Semigroup 0.0.1 → 0.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)
+ Data.Semigroup: (.++.) :: (Semigroup a) => a -> a -> a
Files
- Data/Semigroup.hs +1/−1
- Semigroup.cabal +1/−1
Data/Semigroup.hs view
@@ -1,6 +1,6 @@ -- | A semigroup is a binary associative operation. module Data.Semigroup(- Semigroup,+ Semigroup((.++.)), Identity, (<++>) ) where
Semigroup.cabal view
@@ -1,5 +1,5 @@ Name: Semigroup-Version: 0.0.1+Version: 0.0.2 License: BSD3 License-File: LICENSE Synopsis: A semigroup