haskell-graphql / graphql-api

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

doctest doesn't work for 8.2 #126

Closed teh closed 6 years ago

teh commented 6 years ago

I get

Preprocessing test suite 'graphql-api-doctests' for graphql-api-0.2.0..
Building test suite 'graphql-api-doctests' for graphql-api-0.2.0..

tests/Spec.hs:1:8: error:
    File name does not match module name:
    Saw: ‘Main’
    Expected: ‘Spec’
  |
1 | module Main
  |        ^^^^

for

$ ghc --version 
The Glorious Glasgow Haskell Compilation System, version 8.2.1
jml commented 6 years ago

We should add ghc 8.2 to our CI.