qualified import of ByteString fixes #4
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
name: protolude
|
name: protolude
|
||||||
version: 0.1.0
|
version: 0.1.1
|
||||||
synopsis: A sensible set of defaults for writing custom Preludes.
|
synopsis: A sensible set of defaults for writing custom Preludes.
|
||||||
description: 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
|
homepage: https://github.com/sdiehl/protolude
|
||||||
|
|||||||
+1
-1
@@ -208,7 +208,7 @@ import GHC.Generics (
|
|||||||
|
|
||||||
-- ByteString
|
-- ByteString
|
||||||
import qualified Data.ByteString.Lazy
|
import qualified Data.ByteString.Lazy
|
||||||
import qualified Data.ByteString as X (ByteString)
|
import Data.ByteString as X (ByteString)
|
||||||
|
|
||||||
-- Text
|
-- Text
|
||||||
import Data.Text as X (Text)
|
import Data.Text as X (Text)
|
||||||
|
|||||||
Reference in New Issue
Block a user