diff --git a/Annotations.cabal b/Annotations.cabal
--- a/Annotations.cabal
+++ b/Annotations.cabal
@@ -1,5 +1,5 @@
 Name:           Annotations
-Version:        0.1.2
+Version:        0.1.3
 Synopsis:       Constructing, analyzing and destructing annotated trees
 Description:
   @Annotations@ provides utility functions to make working with annotated trees easier. There are two implementations: one for working with open datatypes that explicitly make their child positions accessible through a type argument, and one for working with MultiRec datatypes.
@@ -20,7 +20,7 @@
 
 Library
   Build-Depends:    base >= 4.1 && < 4.4, mtl >= 1.1 && < 2.1,
-                    parsec >= 3.0 && < 3.2, multirec >= 0.4 && < 0.5
+                    parsec >= 3.0 && < 3.2, multirec >= 0.4 && < 0.6
   Exposed-Modules:  Annotations.Bounds,
                     Annotations.BoundsParser,
                     Annotations.Except,
