isomorphism-class 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
isomorphism-class.cabal view
@@ -1,7 +1,7 @@ cabal-version: 3.0 name: isomorphism-class-version: 0.1.0.1+version: 0.1.0.2 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
library/IsomorphismClass.hs view
@@ -1,5 +1,5 @@ -- |--- Isomorphism law as a lawful solution to the conversion problem.+-- Isomorphism as a lawful solution to the conversion problem. -- -- = Conversion problem --