hailgun 0.4.1.3 → 0.4.1.4
raw patch · 1 files changed
+10/−4 lines, 1 filesdep ~email-validatePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: email-validate
API changes (from Hackage documentation)
Files
- hailgun.cabal +10/−4
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.3+version: 0.4.1.4 -- A short (one-line) description of the package. synopsis: Mailgun REST api interface for Haskell.@@ -36,6 +36,8 @@ -- A copyright notice. copyright: (c) 2014 Robert Massaioli +homepage: https://bitbucket.org/robertmassaioli/hailgun+ category: Network build-type: Simple@@ -54,10 +56,10 @@ library- exposed-modules: Mail.Hailgun+ exposed-modules: Mail.Hailgun , Mail.Hailgun.Attachment - other-modules: Mail.Hailgun.Internal.Data+ other-modules: Mail.Hailgun.Internal.Data , Mail.Hailgun.Attachment.Internal , Mail.Hailgun.AttachmentsSearch , Mail.Hailgun.Communication@@ -76,7 +78,7 @@ , transformers >= 0.3 && < 0.6 , http-client >= 0.4 && < 0.6 , http-client-tls >= 0.2 && < 0.4- , email-validate >= 2.0 && <2.3+ , email-validate >= 2.0 && < 2.4 , http-types >= 0.8 && < 0.10 , exceptions == 0.8.* , tagsoup >= 0.13 && < 0.15@@ -89,3 +91,7 @@ ghc-options: -W default-language: Haskell2010++source-repository head+ type: git+ location: https://bitbucket.org/robertmassaioli/hailgun.git