<feed xmlns='http://www.w3.org/2005/Atom'>
<title>graphql/Data/GraphQL/Parser.hs, branch v0.3</title>
<subtitle>GraphQL implementation in Haskell.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/'/>
<entry>
<title>Fixes for ghc-7.8</title>
<updated>2015-09-22T12:02:49+00:00</updated>
<author>
<name>Danny Navarro</name>
<email>j@dannynavarro.net</email>
</author>
<published>2015-09-22T12:02:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=a4db99ea5d78637e15abdb2c8ed3f9864b6ad35b'/>
<id>a4db99ea5d78637e15abdb2c8ed3f9864b6ad35b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add kitchen sink parse/encode unit test</title>
<updated>2015-09-22T12:02:49+00:00</updated>
<author>
<name>Danny Navarro</name>
<email>j@dannynavarro.net</email>
</author>
<published>2015-09-22T11:53:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=06b3302862e0c427439136241fb6299f215cec52'/>
<id>06b3302862e0c427439136241fb6299f215cec52</id>
<content type='text'>
This also includes the fixes to make it work. Golden tests have been
removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also includes the fixes to make it work. Golden tests have been
removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Parser fixes:</title>
<updated>2015-09-22T08:39:14+00:00</updated>
<author>
<name>Danny Navarro</name>
<email>j@dannynavarro.net</email>
</author>
<published>2015-09-22T08:39:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=da973870428bf0c0f6be00370469cf8ffb957a30'/>
<id>da973870428bf0c0f6be00370469cf8ffb957a30</id>
<content type='text'>
- Braces instead of parens for `inputValueDefinitions`.
- Rename `bool` -&gt; `booleanValue`.
- Some code rearrangements.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Braces instead of parens for `inputValueDefinitions`.
- Rename `bool` -&gt; `booleanValue`.
- Some code rearrangements.
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce `Node` data type to simplify `OperationDefinition`</title>
<updated>2015-09-21T08:05:09+00:00</updated>
<author>
<name>Danny Navarro</name>
<email>j@dannynavarro.net</email>
</author>
<published>2015-09-21T08:05:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=3d97b3e2ff7cc6d5126c8c6c8b66eed3c1fe010b'/>
<id>3d97b3e2ff7cc6d5126c8c6c8b66eed3c1fe010b</id>
<content type='text'>
Thanks to @swolchok for the suggestion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to @swolchok for the suggestion.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add errors for all parser `Alternative`s</title>
<updated>2015-09-21T07:28:51+00:00</updated>
<author>
<name>Danny Navarro</name>
<email>j@dannynavarro.net</email>
</author>
<published>2015-09-21T07:28:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=88ca3d18664aa5fd64692491086b07876c5facae'/>
<id>88ca3d18664aa5fd64692491086b07876c5facae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle escaped quotes for GraphQL String Values</title>
<updated>2015-09-18T16:11:11+00:00</updated>
<author>
<name>Danny Navarro</name>
<email>j@dannynavarro.net</email>
</author>
<published>2015-09-18T16:11:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=899fa1b53117e967ec5f201fb24b1fea9944f1f6'/>
<id>899fa1b53117e967ec5f201fb24b1fea9944f1f6</id>
<content type='text'>
This also includes a new type for Value String.

The tests fail now, although it parses successfully. I'll use a pretty
printer in next commit so that it's easier to spot the differences.
Onces this is working I'll add the rest of the escaped characters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also includes a new type for Value String.

The tests fail now, although it parses successfully. I'll use a pretty
printer in next commit so that it's easier to spot the differences.
Onces this is working I'll add the rest of the escaped characters.
</pre>
</div>
</content>
</entry>
<entry>
<title>Golf</title>
<updated>2015-09-18T14:29:40+00:00</updated>
<author>
<name>Danny Navarro</name>
<email>j@dannynavarro.net</email>
</author>
<published>2015-09-18T14:29:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=cb9977141d2eb9a0bb285f7d56375da9ae6e0db4'/>
<id>cb9977141d2eb9a0bb285f7d56375da9ae6e0db4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Parse secure names</title>
<updated>2015-09-18T13:43:22+00:00</updated>
<author>
<name>Danny Navarro</name>
<email>j@dannynavarro.net</email>
</author>
<published>2015-09-18T13:43:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=4f4e31805ab259fe7c818f0b4f58fce2ab3ee373'/>
<id>4f4e31805ab259fe7c818f0b4f58fce2ab3ee373</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refine numeric types</title>
<updated>2015-09-18T13:02:51+00:00</updated>
<author>
<name>Danny Navarro</name>
<email>j@dannynavarro.net</email>
</author>
<published>2015-09-18T13:02:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=d88acf3d0e8f9b9d5345477b23e329cefec89b6f'/>
<id>d88acf3d0e8f9b9d5345477b23e329cefec89b6f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Garden</title>
<updated>2015-09-18T12:55:59+00:00</updated>
<author>
<name>Danny Navarro</name>
<email>j@dannynavarro.net</email>
</author>
<published>2015-09-18T12:55:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=c9c1137cebe5629f145f55fc941cb09ce7b3d02a'/>
<id>c9c1137cebe5629f145f55fc941cb09ce7b3d02a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
