cereal-plus 0.4.0 → 0.4.1
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~HTFdep ~basedep ~errors
Dependency ranges changed: HTF, base, errors
Files
- cereal-plus.cabal +4/−4
cereal-plus.cabal view
@@ -1,7 +1,7 @@ name: cereal-plus version:- 0.4.0+ 0.4.1 synopsis: An extended serialization library on top of "cereal" description:@@ -66,9 +66,9 @@ bytestring, -- Control: mmorph == 1.0.*,- errors == 1.4.*,+ errors >= 1.4 && < 2.1, mtl >= 2 && < 2.3,- base >= 4.5 && < 4.8+ base >= 4.5 && < 4.9 ghc-options: -funbox-strict-fields default-extensions:@@ -90,7 +90,7 @@ quickcheck-instances, QuickCheck, HUnit,- HTF == 0.12.*,+ HTF == 0.13.*, -- Serialization: cereal, -- Concurrency: