Rename Data.GraphQL.Printer -> Data.GraphQL.Encoder

This commit is contained in:
Danny Navarro
2015-09-22 14:23:18 +02:00
parent a4db99ea5d
commit af42e5577c
3 changed files with 4 additions and 4 deletions

View File

@ -23,8 +23,8 @@ library
default-language: Haskell2010
ghc-options: -Wall
exposed-modules: Data.GraphQL.AST
Data.GraphQL.Encoder
Data.GraphQL.Parser
Data.GraphQL.Printer
build-depends: base >=4.7 && < 5,
text >=0.11.3.1,
attoparsec >=0.10.4.0