qualified import of ByteString fixes #4

This commit is contained in:
Stephen Diehl
2016-04-12 09:43:59 -04:00
parent ef5b47b4f7
commit 949d62cc12
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: protolude
version: 0.1.0
version: 0.1.1
synopsis: A sensible set of defaults for writing custom Preludes.
description: A sensible set of defaults for writing custom Preludes.
homepage: https://github.com/sdiehl/protolude
+1 -1
View File
@@ -208,7 +208,7 @@ import GHC.Generics (
-- ByteString
import qualified Data.ByteString.Lazy
import qualified Data.ByteString as X (ByteString)
import Data.ByteString as X (ByteString)
-- Text
import Data.Text as X (Text)