fb 1.0.12 → 1.0.13
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~basedep ~cerealdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, cereal, time, transformers
API changes (from Hackage documentation)
Files
- fb.cabal +4/−4
fb.cabal view
@@ -1,5 +1,5 @@ name: fb-version: 1.0.12+version: 1.0.13 license: BSD3 license-file: LICENSE author: Felipe Lessa@@ -70,7 +70,7 @@ , lifted-base >= 0.1 && < 0.3 , bytestring >= 0.9 && < 0.11 , text >= 0.11 && < 1.3- , transformers >= 0.2 && < 0.5+ , transformers >= 0.2 && < 0.6 , transformers-base , monad-control , resourcet@@ -82,9 +82,9 @@ , aeson >= 0.5 , base16-bytestring >= 0.1 , base64-bytestring >= 0.1.1- , time >= 1.2 && < 1.6+ , time >= 1.2 && < 1.7 , old-locale- , cereal >= 0.3 && < 0.5+ , cereal >= 0.3 && < 0.6 , crypto-api >= 0.11 && < 0.14 , cryptohash >= 0.7 , cryptohash-cryptoapi == 0.1.*