hailgun 0.4.1.7 → 0.4.1.8
raw patch · 1 files changed
+7/−7 lines, 1 filesdep ~exceptionsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: exceptions
API changes (from Hackage documentation)
Files
- hailgun.cabal +7/−7
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.7+version: 0.4.1.8 -- A short (one-line) description of the package. synopsis: Mailgun REST api interface for Haskell.@@ -72,17 +72,17 @@ , Mail.Hailgun.SendEmail build-depends: base >= 4.6 && < 5- , bytestring >= 0.10.4 && <= 0.11 , aeson >= 0.8- , text == 1.2.*- , transformers >= 0.3 && < 0.6+ , bytestring >= 0.10.4 && <= 0.11+ , email-validate >= 2.0 && < 2.4+ , exceptions >= 0.8+ , filepath >= 1 && < 2 , http-client >= 0.4 && < 0.6 , http-client-tls >= 0.2 && < 0.4- , email-validate >= 2.0 && < 2.4 , http-types >= 0.8- , exceptions == 0.8.* , tagsoup >= 0.13 && < 0.15- , filepath >= 1 && < 2+ , text == 1.2.*+ , transformers >= 0.3 && < 0.6 if flag(newtime) Build-Depends: time >= 1.5