mangopay 1.6.2 → 1.6.3
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~aesondep ~attoparsecdep ~transformers
Dependency ranges changed: aeson, attoparsec, transformers
Files
- mangopay.cabal +4/−4
mangopay.cabal view
@@ -1,5 +1,5 @@ name: mangopay-version: 1.6.2+version: 1.6.3 cabal-version: >= 1.8 build-type: Simple author: JP Moresmau <jpmoresmau@gmail.com>@@ -34,14 +34,14 @@ base >= 4 && < 5 , bytestring >= 0.9 , text >= 0.11- , transformers >= 0.2 && < 0.4+ , transformers >= 0.2 && < 0.5 , transformers-base , monad-control , resourcet , http-types , http-conduit >= 2.0 && < 2.2- , attoparsec >= 0.10 && < 0.12- , aeson >= 0.5 && < 0.8+ , attoparsec >= 0.10 && < 0.13+ , aeson >= 0.7 && < 0.8 , time , data-default , lifted-base