haskell-graphql / graphql-api

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

Support GHC 8.2 and 8.0 #160

Closed jml closed 6 years ago

jml commented 6 years ago

Fixes #156. Also fixes #126.

Currently depends on #159.

jml commented 6 years ago

Not sure what to do about CircleCI not returning status.

teh commented 6 years ago

Did you try this: https://circleci.com/docs/2.0/workflows-waiting-status/ ? That suggests it's circle 1.0 config leftover problem. Not sure otherwise..

jml commented 6 years ago

Thanks! This will be much easier to review now that #159 is merged.

jml commented 6 years ago

@teh PTAL