Annotations 0.1.2 → 0.1.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~multirec
Dependency ranges changed: multirec
Files
- Annotations.cabal +2/−2
Annotations.cabal view
@@ -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,