summaryrefslogtreecommitdiff
path: root/Data
diff options
context:
space:
mode:
Diffstat (limited to 'Data')
-rw-r--r--Data/GraphQL/Encoder.hs (renamed from Data/GraphQL/Printer.hs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/Data/GraphQL/Printer.hs b/Data/GraphQL/Encoder.hs
index dd0e5de..9eed849 100644
--- a/Data/GraphQL/Printer.hs
+++ b/Data/GraphQL/Encoder.hs
@@ -1,6 +1,6 @@
{-# LANGUAGE CPP #-}
{-# LANGUAGE OverloadedStrings #-}
-module Data.GraphQL.Printer where
+module Data.GraphQL.Encoder where
#if !MIN_VERSION_base(4,8,0)
import Control.Applicative ((<$>))