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

@ -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 ((<$>))