commutative-semigroups 0.2 → 0.2.0.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- commutative-semigroups.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for commutative-semigroups +## 0.2.0.1 -- 2024-05-18++- Loosen dependency bounds for GHC 9.10, thanks to yaitskov+ ## 0.2 -- 2024-04-09 - Removed the instances for the `Event` and `Lifetime` types unavailable on Windows
commutative-semigroups.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: commutative-semigroups-version: 0.2+version: 0.2.0.1 synopsis: Commutative semigroups description: A commutative semigroup is a semigroup where the order of arguments to mappend does not matter.@@ -24,7 +24,7 @@ exposed-modules: Data.Semigroup.Commutative Numeric.Product.Commutative -- other-modules:- build-depends: base >= 4.6 && < 4.20,+ build-depends: base >= 4.6 && < 5, containers >= 0.4 && < 0.8 hs-source-dirs: src default-language: Haskell2010