diff --git a/postlude.cabal b/postlude.cabal index 16000d5..c991dec 100644 --- a/postlude.cabal +++ b/postlude.cabal @@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack -- --- hash: fc6b86411535aa75c305ca8e5e3c4b1690cffe2f3b62d7e8505cfc487d68bca6 +-- hash: a4082efbb202e5bca1cadbf92685d4b397ecc76d3ba337e534bf5b7f8194b68a name: postlude -version: 0.1.0.1 +version: 0.1.0.2 description: Please see the README on Github at homepage: https://github.com/jrpotter/postlude#readme bug-reports: https://github.com/jrpotter/postlude/issues diff --git a/src/Postlude.hs b/src/Postlude.hs index 3ff9391..a94771b 100644 --- a/src/Postlude.hs +++ b/src/Postlude.hs @@ -113,7 +113,7 @@ import Data.Bool as X , otherwise ) -import Data.ByteString as X +import Data.ByteString.Lazy as X ( ByteString )