isomorphism-class 0.1.0.11 → 0.1.0.12
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~bytestringdep ~containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: bytestring, containers
API changes (from Hackage documentation)
Files
- isomorphism-class.cabal +4/−4
isomorphism-class.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: isomorphism-class-version: 0.1.0.11+version: 0.1.0.12 synopsis: Isomorphism typeclass solving the conversion problem description: Lawful typeclass for lossless conversion between types. category: Conversion@@ -38,8 +38,8 @@ build-depends: , base >=4.12 && <5- , bytestring >=0.10 && <0.12- , containers >=0.6 && <0.7+ , bytestring >=0.10 && <0.13+ , containers >=0.6 && <0.8 , hashable >=1 && <2 , primitive >=0.7.3 && <0.10 , text >=1.2 && <2.2@@ -53,7 +53,7 @@ main-is: Main.hs other-modules: Test.ExtraInstances build-depends:- , bytestring >=0.11.1.0 && <0.12+ , bytestring >=0.11.1.0 && <0.13 , isomorphism-class , primitive >=0.7.3 && <0.10 , QuickCheck >=2.13 && <3