hailgun 0.4.1.4 → 0.4.1.5
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: time
API changes (from Hackage documentation)
Files
- hailgun.cabal +2/−2
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.4+version: 0.4.1.5 -- A short (one-line) description of the package. synopsis: Mailgun REST api interface for Haskell.@@ -85,7 +85,7 @@ , filepath >= 1 && < 2 if flag(newtime)- Build-Depends: time >= 1.5 && < 1.7+ Build-Depends: time >= 1.5 else Build-Depends: time >= 1.2 && < 1.5, old-locale == 1.*