msgpack 0.6.1 → 0.6.1.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~template-haskellPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: template-haskell
API changes (from Hackage documentation)
Files
- msgpack.cabal +2/−2
msgpack.cabal view
@@ -1,5 +1,5 @@ Name: msgpack-Version: 0.6.1+Version: 0.6.1.1 Synopsis: A Haskell implementation of MessagePack Description: A Haskell implementation of MessagePack <http://msgpack.org/>@@ -29,7 +29,7 @@ binary >= 0.5.0 && < 0.5.1, data-binary-ieee754 >= 0.4 && < 0.5, deepseq >= 1.1 && <1.2,- template-haskell >= 2.5 && < 2.6+ template-haskell >= 2.4 && < 2.6 Ghc-options: -Wall Hs-source-dirs: src