semigroups 0.3.2 → 0.3.3
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Data/Semigroup.hs +1/−1
- semigroups.cabal +1/−1
Data/Semigroup.hs view
@@ -119,7 +119,7 @@ ) instance Ord a => Semigroup (Max a) where- Max a <> Max b = Max (a `min` b)+ Max a <> Max b = Max (a `max` b) instance (Ord a, Bounded a) => Monoid (Max a) where mempty = minBound
semigroups.cabal view
@@ -1,6 +1,6 @@ name: semigroups category: Control, Comonads-version: 0.3.2+version: 0.3.3 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE