diff --git a/madlang.cabal b/madlang.cabal
--- a/madlang.cabal
+++ b/madlang.cabal
@@ -1,5 +1,5 @@
 name:                madlang
-version:             4.0.0.0
+version:             4.0.0.1
 synopsis:            Randomized templating language DSL
 description:         Madlang is a text templating language written in Haskell,
                      meant to explore computational creativity and generative
@@ -65,7 +65,7 @@
                      , optparse-applicative
                      , template-haskell
                      , MonadRandom
-                     , composition-prelude >= 0.1.1.0
+                     , composition-prelude >= 1.1.0.0
                      , directory
                      , file-embed
                      , random-shuffle
diff --git a/man/madlang.1 b/man/madlang.1
--- a/man/madlang.1
+++ b/man/madlang.1
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.0.2
+.\" Automatically generated by Pandoc 2.1
 .\"
 .TH "madlang (1)" "" "" "" ""
 .hy
diff --git a/src/Text/Madlibs/Ana/Parse.hs b/src/Text/Madlibs/Ana/Parse.hs
--- a/src/Text/Madlibs/Ana/Parse.hs
+++ b/src/Text/Madlibs/Ana/Parse.hs
@@ -14,7 +14,6 @@
   ) where
 
 import           Control.Composition
-import           Control.Monad
 import           Control.Monad.State
 import qualified Data.Map                    as M
 import           Data.Maybe
