<feed xmlns='http://www.w3.org/2005/Atom'>
<title>graphql/graphql.cabal, branch v1.0.0.0</title>
<subtitle>GraphQL implementation in Haskell.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/'/>
<entry>
<title>Release 1.0.0.0</title>
<updated>2021-07-04T07:57:17+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2021-07-04T07:57:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=dd6fdf69f67a84271a3e9f3b5a10a3cdad2ca082'/>
<id>dd6fdf69f67a84271a3e9f3b5a10a3cdad2ca082</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Attach the field location to resolver exceptions</title>
<updated>2021-06-27T11:42:58+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2021-06-27T11:42:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=b580d1a98880749c1473c11b790d3ec622fe00ad'/>
<id>b580d1a98880749c1473c11b790d3ec622fe00ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add dependency version ranges</title>
<updated>2021-06-26T05:35:18+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2021-06-26T05:35:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=c601ccb4add2ca4f351af8513457c068f553b619'/>
<id>c601ccb4add2ca4f351af8513457c068f553b619</id>
<content type='text'>
Also remove stack.yaml since it isn't used anymore. and adding libraries
to the snapshots doesn't seem to be as easy as I hoped.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also remove stack.yaml since it isn't used anymore. and adding libraries
to the snapshots doesn't seem to be as easy as I hoped.
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide an internal function to add errors</title>
<updated>2021-05-09T10:42:02+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2021-05-09T10:34:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=0d23df3da29cfe0b78af922cea71db5fa1d5c98c'/>
<id>0d23df3da29cfe0b78af922cea71db5fa1d5c98c</id>
<content type='text'>
The old function, addErrMsg, takes only a string with an error
description, but more information is required for the execution errors:
locations and path. addErrMsg should be deprecated after the switching
to the new addError.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The old function, addErrMsg, takes only a string with an error
description, but more information is required for the execution errors:
locations and path. addErrMsg should be deprecated after the switching
to the new addError.
</pre>
</div>
</content>
</entry>
<entry>
<title>Traverse input object properties once</title>
<updated>2021-04-12T05:09:39+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2021-04-12T05:09:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=5654b78935b38a88f3dd4998eb8667a2695aea14'/>
<id>5654b78935b38a88f3dd4998eb8667a2695aea14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove package.yaml</title>
<updated>2021-04-07T08:12:40+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2021-04-07T08:12:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=d6dda14cfd1486c6a5648a0a1086a5b5302f1954'/>
<id>d6dda14cfd1486c6a5648a0a1086a5b5302f1954</id>
<content type='text'>
This reduces duplication between the modified cabal file and
package.yaml.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reduces duplication between the modified cabal file and
package.yaml.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add -Wall flags to graphql.cabal</title>
<updated>2021-02-21T21:30:36+00:00</updated>
<author>
<name>Ben Sinclair</name>
<email>ben@typius.com</email>
</author>
<published>2021-02-21T21:26:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=cbccb9ed0b32167dbb4de16eb5143dd62f9f3159'/>
<id>cbccb9ed0b32167dbb4de16eb5143dd62f9f3159</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add OrderedMap prototype</title>
<updated>2021-02-13T05:56:10+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2021-02-13T05:56:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=c1a1b47aeae5846661a83a43c05e4b4a1e24266a'/>
<id>c1a1b47aeae5846661a83a43c05e4b4a1e24266a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release 0.11.1.0</title>
<updated>2021-02-07T07:10:46+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2021-02-07T07:10:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=2839b2859072189a9e97342fc106e49127112af2'/>
<id>2839b2859072189a9e97342fc106e49127112af2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Split validation rule tests in contexts</title>
<updated>2021-02-06T11:54:27+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2021-02-06T11:54:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=ed725ea5147b1785f17ec1192b30355a31447e53'/>
<id>ed725ea5147b1785f17ec1192b30355a31447e53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
