approximate 0.2.1 → 0.2.1.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~cereal
Dependency ranges changed: cereal
Files
- CHANGELOG.markdown +4/−0
- approximate.cabal +2/−2
CHANGELOG.markdown view
@@ -1,3 +1,7 @@+0.2.1.1+-------+* Bumped `cereal` bounds+ 0.2 --- * Removed the `data-default` dependency
approximate.cabal view
@@ -1,6 +1,6 @@ name: approximate category: Numeric-version: 0.2.1+version: 0.2.1.1 license: BSD3 cabal-version: >= 1.8 license-file: LICENSE@@ -44,7 +44,7 @@ base >= 4.3 && < 5, binary >= 0.5 && < 0.8, bytes >= 0.7 && < 1,- cereal >= 0.3.5 && < 0.4,+ cereal >= 0.3.5 && < 0.5, comonad >= 3 && < 5, deepseq >= 1.3 && < 1.5, distributive >= 0.3 && < 1,