monoids 0.1.20 → 0.1.21
raw patch · 2 files changed
+3/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- Data/Ring/Semi/Natural.hs +1/−0
- monoids.cabal +2/−2
Data/Ring/Semi/Natural.hs view
@@ -233,6 +233,7 @@ n *. Lines l c = Lines (fromIntegral n * l) c _ *. Pos f l c = Pos f l c n *. t = Monoid.replicate t n + instance RightModule Natural (SourcePosition f) where (.*) = flip (*.) instance Module Natural (SourcePosition f)
monoids.cabal view
@@ -1,5 +1,5 @@ name: monoids-version: 0.1.20+version: 0.1.21 license: BSD3 license-file: LICENSE author: Edward A. Kmett@@ -15,7 +15,7 @@ library build-depends: - base >= 4 && < 4.1,+ base >= 4 && < 4.2, containers >= 0.2 && < 0.3, text >= 0.1 && < 0.2, parsec >= 3.0 && < 3.1,