diff --git a/postlude.cabal b/postlude.cabal index be7416f..cf89f8a 100644 --- a/postlude.cabal +++ b/postlude.cabal @@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack -- --- hash: 7313cb13996b53c56cdacd3351d30f3368d5a00b3eb5508aa927e09a30d8ef3e +-- hash: 4231db66264da515e63b41798404730d0e322888a9b8d3e68a88879c1cbee1f6 name: postlude -version: 0.1.0.5 +version: 0.1.0.6 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 b2a99bb..376807a 100644 --- a/src/Postlude.hs +++ b/src/Postlude.hs @@ -216,7 +216,7 @@ import Data.String as X ( String ) -import Data.Text as X +import Data.Text.Lazy as X ( Text )