rank2classes 1.5.3 → 1.5.3.1
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~template-haskell
Dependency ranges changed: template-haskell
Files
- CHANGELOG.md +4/−0
- rank2classes.cabal +3/−3
CHANGELOG.md view
@@ -1,3 +1,7 @@+Version 1.5.3.1+---------------+* Bumped the upper bound of the `template-haskell` dependency.+ Version 1.5.3 --------------- * Fixed compilation with GHC 9.8.1 and `template-haskell` 2.22
rank2classes.cabal view
@@ -1,5 +1,5 @@ name: rank2classes-version: 1.5.3+version: 1.5.3.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@@ -16,7 +16,7 @@ category: Control, Data, Generics build-type: Custom cabal-version: >=1.10-tested-with: GHC==9.0.1, GHC==8.10.4, GHC==8.8.4, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2+tested-with: GHC==9.2.2, GHC==9.0.1, GHC==8.10.4, GHC==8.8.4, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2 extra-source-files: README.md, CHANGELOG.md, test/MyModule.lhs source-repository head type: git@@ -44,7 +44,7 @@ data-functor-logistic < 0.1 if flag(use-template-haskell)- build-depends: template-haskell >= 2.11 && < 2.22+ build-depends: template-haskell >= 2.11 && < 2.23 exposed-modules: Rank2.TH test-suite doctests