<feed xmlns='http://www.w3.org/2005/Atom'>
<title>graphql, branch v0.5.1.0</title>
<subtitle>GraphQL implementation in Haskell.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/'/>
<entry>
<title>Release 0.5.1.0</title>
<updated>2019-10-22T05:07:54+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-10-22T05:07:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=75bc3b8509e6a5a7a729a7aa1367a4a4fe82613e'/>
<id>75bc3b8509e6a5a7a729a7aa1367a4a4fe82613e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle top-level fragments</title>
<updated>2019-10-19T08:00:25+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-10-19T08:00:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=c7d5b02911380583ea8ca4bfc600f533658ab16f'/>
<id>c7d5b02911380583ea8ca4bfc600f533658ab16f</id>
<content type='text'>
Fixes #17.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #17.
</pre>
</div>
</content>
</entry>
<entry>
<title>Inline fragments without type</title>
<updated>2019-10-11T21:28:55+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-10-11T21:28:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=37254c8c9532794ed41570ef8c646c41e7044f2c'/>
<id>37254c8c9532794ed41570ef8c646c41e7044f2c</id>
<content type='text'>
Fixes #11.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #11.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support inline fragments on types</title>
<updated>2019-10-08T07:03:07+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-10-07T19:03:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=856efc5d256449d9282f6547bb5f677d0a7fe482'/>
<id>856efc5d256449d9282f6547bb5f677d0a7fe482</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate plural type aliases</title>
<updated>2019-10-01T05:24:25+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-10-01T04:59:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=b2a9ec7d829cde4d49cf6051c12fd64955979f7c'/>
<id>b2a9ec7d829cde4d49cf6051c12fd64955979f7c</id>
<content type='text'>
Fixes #16. Deprecates:

- Language.GraphQL.AST.Arguments
- Language.GraphQL.AST.Directives
- Language.GraphQL.AST.VariableDefinitions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #16. Deprecates:

- Language.GraphQL.AST.Arguments
- Language.GraphQL.AST.Directives
- Language.GraphQL.AST.VariableDefinitions
</pre>
</div>
</content>
</entry>
<entry>
<title>Set STACK_ROOT to cache dependencies in the CI</title>
<updated>2019-09-30T05:09:58+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-09-30T05:09:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=0d142fb01c6cd88e8a15e312c0be0607d78c6c54'/>
<id>0d142fb01c6cd88e8a15e312c0be0607d78c6c54</id>
<content type='text'>
Set STACK_ROOT to cache dependencies between the builds.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set STACK_ROOT to cache dependencies between the builds.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore graphql.cabal</title>
<updated>2019-09-29T05:39:18+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-09-29T05:27:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=f767f6cd40512e470b760397cbe67e1bcdc90e2f'/>
<id>f767f6cd40512e470b760397cbe67e1bcdc90e2f</id>
<content type='text'>
This file is generated and for releases another version is generated
anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This file is generated and for releases another version is generated
anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce hspec-megaparsec</title>
<updated>2019-09-27T08:50:38+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-09-27T08:50:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=eb98c3625866d6dbdf8d0f7943f6ebf55799bd57'/>
<id>eb98c3625866d6dbdf8d0f7943f6ebf55799bd57</id>
<content type='text'>
Fixes #13.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #13.
</pre>
</div>
</content>
</entry>
<entry>
<title>Document undocumented modules</title>
<updated>2019-09-25T03:35:36+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-09-25T03:35:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=70f7e1bd8ec59b31b3ce11373eb8d35e117aa297'/>
<id>70f7e1bd8ec59b31b3ce11373eb8d35e117aa297</id>
<content type='text'>
Fixes #15.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #15.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix haddoc warnings</title>
<updated>2019-09-20T06:47:14+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-09-20T06:47:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=2b5c719ab06b28aef8a242ffbbda256191e32655'/>
<id>2b5c719ab06b28aef8a242ffbbda256191e32655</id>
<content type='text'>
Fix #14.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #14.
</pre>
</div>
</content>
</entry>
</feed>
