hailgun 0.4.1.6 → 0.4.1.7
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~aesonPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson
API changes (from Hackage documentation)
Files
- hailgun.cabal +3/−3
hailgun.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.4.1.6+version: 0.4.1.7 -- A short (one-line) description of the package. synopsis: Mailgun REST api interface for Haskell.@@ -34,7 +34,7 @@ maintainer: robertmassaioli@gmail.com -- A copyright notice.-copyright: (c) 2014 Robert Massaioli+copyright: (c) 2014-2018 Robert Massaioli homepage: https://bitbucket.org/robertmassaioli/hailgun @@ -73,7 +73,7 @@ build-depends: base >= 4.6 && < 5 , bytestring >= 0.10.4 && <= 0.11- , aeson >= 0.8 && < 1.3+ , aeson >= 0.8 , text == 1.2.* , transformers >= 0.3 && < 0.6 , http-client >= 0.4 && < 0.6