log-domain 0.9.2 → 0.9.2.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~generic-derivingPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: generic-deriving
API changes (from Hackage documentation)
Files
- CHANGELOG.markdown +4/−0
- log-domain.cabal +2/−2
CHANGELOG.markdown view
@@ -1,3 +1,7 @@+0.9.2.1+-------+* Support `generic-deriving` 1.7+ 0.9.2 ----- * Fixed subtraction better.
log-domain.cabal view
@@ -1,6 +1,6 @@ name: log-domain category: Numeric-version: 0.9.2+version: 0.9.2.1 license: BSD3 cabal-version: >= 1.8 license-file: LICENSE@@ -48,7 +48,7 @@ comonad >= 4 && < 5, deepseq >= 1.3 && < 1.5, distributive >= 0.3 && < 1,- generic-deriving >= 1.4 && < 1.7,+ generic-deriving >= 1.4 && < 1.8, hashable >= 1.1.2.3 && < 1.3, hashable-extras >= 0.2 && < 1, semigroupoids >= 4 && < 5,