haskell-graphql / graphql-api

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

No more () #31

Closed teh closed 7 years ago

teh commented 7 years ago

This is an attempt to remove the :<> () part in our handlers.

jml commented 7 years ago

Can you rebase this & get tests passing before I look?

teh commented 7 years ago

Fixed tutorial docs as well, would indeed be cool to have them in CI so I don't have to remember. servant uses tinc to manage dependencies, but maybe we can use stack?