rank2classes 1.4 → 1.4.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~template-haskell
Dependency ranges changed: template-haskell
Files
- rank2classes.cabal +2/−2
rank2classes.cabal view
@@ -1,5 +1,5 @@ name: rank2classes-version: 1.4+version: 1.4.0.1 synopsis: standard type constructor class hierarchy, only with methods of rank 2 types description: A mirror image of the standard type constructor class hierarchy rooted in 'Functor', except with methods of rank 2@@ -43,7 +43,7 @@ distributive < 0.7 if flag(use-template-haskell)- build-depends: template-haskell >= 2.11 && < 2.16+ build-depends: template-haskell >= 2.11 && < 2.17 exposed-modules: Rank2.TH test-suite doctests