<feed xmlns='http://www.w3.org/2005/Atom'>
<title>graphql/stack.yaml, branch v0.5.0.1</title>
<subtitle>GraphQL implementation in Haskell.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/'/>
<entry>
<title>Release 0.5.0.1</title>
<updated>2019-09-10T08:20:40+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-09-10T08:06:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=721cbaee17561f3d9b58fb0c4ebe6e3a29d6c73d'/>
<id>721cbaee17561f3d9b58fb0c4ebe6e3a29d6c73d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate enum, enumA, wrappedEnum, wrappedEnumA</title>
<updated>2019-09-01T01:16:27+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-09-01T00:53:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=63d4de485d3cd96c00480dfe2e5a6cb320d520c7'/>
<id>63d4de485d3cd96c00480dfe2e5a6cb320d520c7</id>
<content type='text'>
These functions are from Language.GraphQL.Schema.
There are actually only two generic types in GraphQL: Scalars and objects.
Enum is a scalar value. According to the specification enums may be
serailized to strings. And in the current implementation they used
untyped strings anyway, so there is no point to have differently named
functions with the same implementation as their scalar counterparts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These functions are from Language.GraphQL.Schema.
There are actually only two generic types in GraphQL: Scalars and objects.
Enum is a scalar value. According to the specification enums may be
serailized to strings. And in the current implementation they used
untyped strings anyway, so there is no point to have differently named
functions with the same implementation as their scalar counterparts.
</pre>
</div>
</content>
</entry>
<entry>
<title>Document all public symbols.</title>
<updated>2019-08-29T05:40:50+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-08-29T05:40:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=c1943c1979a0bfd37dae3a87d863f06938176baf'/>
<id>c1943c1979a0bfd37dae3a87d863f06938176baf</id>
<content type='text'>
Mostly basic documentation. Fixes #4.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mostly basic documentation. Fixes #4.
</pre>
</div>
</content>
</entry>
<entry>
<title>Provide more documentation on functions and types</title>
<updated>2019-08-26T08:14:46+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-08-26T08:14:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=5175586def05410890023ab340b8381045de6811'/>
<id>5175586def05410890023ab340b8381045de6811</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update stack snapshot to 14.0</title>
<updated>2019-08-12T05:25:40+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-08-12T05:25:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=6604fba7f44b6016003b6750bb1c57e9c43b7544'/>
<id>6604fba7f44b6016003b6750bb1c57e9c43b7544</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce formatter type for the encoder</title>
<updated>2019-07-31T03:40:17+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-07-31T03:40:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=4812c8f039b72bb8fae083838dd949f7095f2eee'/>
<id>4812c8f039b72bb8fae083838dd949f7095f2eee</id>
<content type='text'>
... to distinguish between minified and pretty printing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... to distinguish between minified and pretty printing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the tutorial to compile again</title>
<updated>2019-07-20T05:11:10+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-07-20T04:57:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=9d15b831648ff7a7acb1327efbce3b22181b6157'/>
<id>9d15b831648ff7a7acb1327efbce3b22181b6157</id>
<content type='text'>
- Remove generated documentation leaving only documentation sources.
- Add CI job checking that the tutorial is up to date.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Remove generated documentation leaving only documentation sources.
- Add CI job checking that the tutorial is up to date.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make all exports explicit</title>
<updated>2019-07-14T03:58:05+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-07-14T03:58:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=f3b8d9b74ccd24521a9f15fe4bd47ab30830abfb'/>
<id>f3b8d9b74ccd24521a9f15fe4bd47ab30830abfb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add nullable types</title>
<updated>2019-07-03T15:54:50+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-07-03T15:54:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=6238b2fbfa6008fdf9bc6c85409fbd13e9b5e4e9'/>
<id>6238b2fbfa6008fdf9bc6c85409fbd13e9b5e4e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Parse queries with megaparsec</title>
<updated>2019-06-21T08:44:58+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-06-21T08:44:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=5e9bf9648d891591fcb1f0e1c7b250fb80b1ddc6'/>
<id>5e9bf9648d891591fcb1f0e1c7b250fb80b1ddc6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
