Add GraphQL parser
WIP: This parser just type checks, it hasn't even been tested manually. Check new tasks in the TODO file and the TODO comments in the code for more gotchas.
This commit is contained in:
@ -18,8 +18,10 @@ cabal-version: >=1.10
|
||||
|
||||
library
|
||||
exposed-modules: Data.GraphQL.AST
|
||||
Data.GraphQL.Parser
|
||||
build-depends: base >= 4.7 && < 5,
|
||||
text >=0.11.3.1
|
||||
text >=0.11.3.1,
|
||||
attoparsec >=0.10.4.0
|
||||
default-language: Haskell2010
|
||||
|
||||
source-repository head
|
||||
|
Reference in New Issue
Block a user