diff --git a/package.yaml b/package.yaml index 074b5d6..6e1ccf7 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: postlude -version: 0.1.0.8 +version: 0.1.0.9 github: "jrpotter/postlude" license: BSD3 author: "Joshua Potter" diff --git a/postlude.cabal b/postlude.cabal index fdbf7e0..7b800cf 100644 --- a/postlude.cabal +++ b/postlude.cabal @@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack -- --- hash: e6be0a4dec61b87fd1c331665965c41d6bae77fdbb44694de33350e772616127 +-- hash: 82b7ad1c15304e5bdef2dfe14b8cecc2e801967a3e05a65154970648658b171c name: postlude -version: 0.1.0.7 +version: 0.1.0.8 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 7538464..1b31a08 100644 --- a/src/Postlude.hs +++ b/src/Postlude.hs @@ -69,7 +69,7 @@ import Control.Monad.State as X import Control.Monad.Trans as X ( MonadIO, liftIO - , lift + , MonadTrans, lift ) import Control.Monad.Writer as X