haskell-graphql / graphql-api

Write type-safe GraphQL services in Haskell
BSD 3-Clause "New" or "Revised" License
406 stars 35 forks source link

Add doctest to CI #13

Closed jml closed 7 years ago

jml commented 7 years ago

Haskell doctest is pretty cool, because it means that examples in docs compile & execute as expected. We should add that, since we want to have examples.

Links