universe 1.1.1 → 1.2
raw patch · 2 files changed
+6/−3 lines, 2 filesdep +universe-somedep −universe-dependent-sumPVP ok
version bump matches the API change (PVP)
Dependencies added: universe-some
Dependencies removed: universe-dependent-sum
API changes (from Hackage documentation)
Files
- changelog +3/−0
- universe.cabal +3/−3
changelog view
@@ -1,3 +1,6 @@+1.2+* Use universe-some-1.2, which uses a Some-type from the some-package.+ 1.1.1 * Add `Predicate` and `Op` instances
universe.cabal view
@@ -1,5 +1,5 @@ name: universe-version: 1.1.1+version: 1.2 synopsis: A class for finite and recursively enumerable types. description: A class for finite and recursively enumerable types and some helper functions for enumerating them@@ -22,7 +22,7 @@ cabal-version: >=1.10 extra-source-files: changelog tested-with:- GHC ==8.8.1 || ==8.6.4 || ==8.4.4 || ==8.2.2 || ==8.0.2 || ==7.10.3 || ==7.8.4 || ==7.6.3 || ==7.4.2 || ==7.0.4+ GHC ==8.8.1 || ==8.6.5 || ==8.4.4 || ==8.2.2 || ==8.0.2 || ==7.10.3 || ==7.8.4 || ==7.6.3 || ==7.4.2 || ==7.0.4 source-repository head type: git@@ -44,4 +44,4 @@ universe-base >=1.1 && <1.1.2 , universe-instances-extended >=1.1.1 && <1.1.2 , universe-reverse-instances >=1.1 && <1.1.1- , universe-dependent-sum >=1.1 && <1.1.1+ , universe-some >=1.2 && <1.2.1