diff --git a/warc.cabal b/warc.cabal
--- a/warc.cabal
+++ b/warc.cabal
@@ -1,5 +1,5 @@
 name:                warc
-version:             1.0.1
+version:             1.0.2
 synopsis:            A parser for the Web Archive (WARC) format
 description:         A streaming parser for the Web Archive (WARC) format.
 homepage:            http://github.com/bgamari/warc
@@ -34,7 +34,7 @@
                        errors >=1.4 && <3.0,
                        time >=1.5 && <1.7,
                        text >=1.2 && <1.3,
-                       mmorph >= 1.0 && <1.1
+                       mmorph >= 1.0 && <1.2
   default-language:    Haskell2010
 
 executable warc-export
