open-typerep 0.3.2 → 0.3.3
raw patch · 1 files changed
+3/−2 lines, 1 filesdep ~mtl
Dependency ranges changed: mtl
Files
- open-typerep.cabal +3/−2
open-typerep.cabal view
@@ -1,5 +1,5 @@ name: open-typerep-version: 0.3.2+version: 0.3.3 synopsis: Open type representations and dynamic types description: This package uses Data Types à la Carte to provide open type representations and dynamic types/coercions for open type universes.@@ -61,7 +61,8 @@ build-depends: base >=4 && <5, constraints >=0.3,- mtl >=2.1,+ mtl >=2.2.1,+ -- Smallest version that has Control.Monad.Except syntactic >=3, tagged >=0.4