mangopay 1.11.2 → 1.11.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~vectorPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: vector
API changes (from Hackage documentation)
Files
- mangopay.cabal +2/−2
mangopay.cabal view
@@ -1,5 +1,5 @@ name: mangopay-version: 1.11.2+version: 1.11.3 cabal-version: >= 1.8 build-type: Simple author: JP Moresmau <jpmoresmau@gmail.com>@@ -50,7 +50,7 @@ , base64-bytestring >= 1.0 , case-insensitive >= 1.1 , monad-logger >= 0.3 && < 0.4- , vector >=0.10.9 && <0.11+ , vector >= 0.10.9 && < 0.12 , template-haskell , country-codes == 0.1.*