<feed xmlns='http://www.w3.org/2005/Atom'>
<title>graphql/tests/tasty.hs, branch v0.5.0.0</title>
<subtitle>GraphQL implementation in Haskell.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/'/>
<entry>
<title>Replace tasty and HUnit with Hspec</title>
<updated>2019-07-10T03:57:35+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-07-10T03:57:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=eb40810f25a2ab29e24c64f1e3c82b3b590460c8'/>
<id>eb40810f25a2ab29e24c64f1e3c82b3b590460c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change the main namespace to Language.GraphQL</title>
<updated>2019-07-07T04:31:53+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-07-07T04:31:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=22d4a4e583d8075fc71cddc22566f41fc5a698dc'/>
<id>22d4a4e583d8075fc71cddc22566f41fc5a698dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ambigious Int resolution in the lexer tests</title>
<updated>2019-06-26T13:41:30+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-06-26T13:41:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=3cc38343dbcbe724fa27807af66189370e4a54ff'/>
<id>3cc38343dbcbe724fa27807af66189370e4a54ff</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>
<entry>
<title>Split AST in 2</title>
<updated>2017-01-28T17:15:14+00:00</updated>
<author>
<name>Danny Navarro</name>
<email>j@dannynavarro.net</email>
</author>
<published>2017-01-28T17:15:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=5390c4ca1e7e6bcf36dbe5e773c1355dd4b65939'/>
<id>5390c4ca1e7e6bcf36dbe5e773c1355dd4b65939</id>
<content type='text'>
One AST is meant to be a target parser and tries to adhere as much as possible
to the spec. The other is a simplified version of that AST meant for execution.

Also newtypes have been replaced by type synonyms and NonEmpty lists are being
used where it makes sense.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One AST is meant to be a target parser and tries to adhere as much as possible
to the spec. The other is a simplified version of that AST meant for execution.

Also newtypes have been replaced by type synonyms and NonEmpty lists are being
used where it makes sense.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tokenize number parser</title>
<updated>2016-12-18T15:19:59+00:00</updated>
<author>
<name>Danny Navarro</name>
<email>j@dannynavarro.net</email>
</author>
<published>2016-12-18T15:19:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=933cfd2852d4f4321c03564a9cc351e3508ba73c'/>
<id>933cfd2852d4f4321c03564a9cc351e3508ba73c</id>
<content type='text'>
The essential change hidden behind the code golfing is using the `tok`
combinator. This was making fail the Kitchen Sink test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The essential change hidden behind the code golfing is using the `tok`
combinator. This was making fail the Kitchen Sink test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Split StarWars tests in different modules</title>
<updated>2016-02-12T12:27:46+00:00</updated>
<author>
<name>Danny Navarro</name>
<email>j@dannynavarro.net</email>
</author>
<published>2016-02-12T12:27:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=04d8d40b3ad2dac0040a3fae63f48d8269adf81e'/>
<id>04d8d40b3ad2dac0040a3fae63f48d8269adf81e</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>2016-01-26T12:38:02+00:00</updated>
<author>
<name>Danny Navarro</name>
<email>j@dannynavarro.net</email>
</author>
<published>2016-01-26T12:38:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=78e0d871d5abfa920746d9af3c1e13611aea40e6'/>
<id>78e0d871d5abfa920746d9af3c1e13611aea40e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement first StarWars end-to-end test</title>
<updated>2015-10-19T10:19:39+00:00</updated>
<author>
<name>Danny Navarro</name>
<email>j@dannynavarro.net</email>
</author>
<published>2015-10-19T10:19:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=4e5dc3433a53c2e0404fd2adb9fb33c898d1afa6'/>
<id>4e5dc3433a53c2e0404fd2adb9fb33c898d1afa6</id>
<content type='text'>
`execute` still needs to be implemented.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`execute` still needs to be implemented.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename `Data.GraphQL.Printer` -&gt; `Data.GraphQL.Encoder`</title>
<updated>2015-09-22T12:23:18+00:00</updated>
<author>
<name>Danny Navarro</name>
<email>j@dannynavarro.net</email>
</author>
<published>2015-09-22T12:23:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=af42e5577cf9dcb2c55a0d76a2e479880150e7f1'/>
<id>af42e5577cf9dcb2c55a0d76a2e479880150e7f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
