- 
                Notifications
    
You must be signed in to change notification settings  - Fork 33
 
Closed
Labels
Description
Trying to do stack build graphql-api in an new project, I get the following error
Ambiguous occurrence ‘Type’
        It could refer to either ‘Protolude.Type’,
                                 imported from ‘Protolude’ at src/GraphQL/Internal/Syntax/AST.hs:55:1-16
                                 (and originally defined in ‘GHC.Types’)
                              or ‘GraphQL.Internal.Syntax.AST.Type’,
                                 defined at src/GraphQL/Internal/Syntax/AST.hs:244:1
I'm quite a newbie, so I might well be wrong, but it looks like a version problem, maybe somehow related to #121