isomorphism-class 0.1.0.6 → 0.1.0.7
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~rebasePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: rebase
API changes (from Hackage documentation)
- IsomorphismClass: instance IsomorphismClass.IsomorphicTo GHC.Integer.Type.Integer GHC.Integer.Type.Integer
+ IsomorphismClass: instance IsomorphismClass.IsomorphicTo GHC.Num.Integer.Integer GHC.Num.Integer.Integer
Files
- isomorphism-class.cabal +2/−2
isomorphism-class.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0 name: isomorphism-class-version: 0.1.0.6+version: 0.1.0.7 synopsis: Isomorphism typeclass solving the conversion problem homepage: https://github.com/nikita-volkov/isomorphism-class bug-reports: https://github.com/nikita-volkov/isomorphism-class/issues@@ -59,7 +59,7 @@ isomorphism-class, QuickCheck >=2.13 && <3, quickcheck-instances ==0.3.28,- rebase >=1.15 && <1.16,+ rebase >=1.15 && <2, tasty >=1.2.3 && <2, tasty-hunit >=0.10.0.2 && <0.11, tasty-quickcheck >=0.10.1 && <0.11,