From af42e5577cf9dcb2c55a0d76a2e479880150e7f1 Mon Sep 17 00:00:00 2001 From: Danny Navarro Date: Tue, 22 Sep 2015 14:23:18 +0200 Subject: Rename `Data.GraphQL.Printer` -> `Data.GraphQL.Encoder` --- graphql.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphql.cabal') diff --git a/graphql.cabal b/graphql.cabal index a9e7f66..3574583 100644 --- a/graphql.cabal +++ b/graphql.cabal @@ -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 -- cgit v1.2.3