postmark-streams 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+9/−5 lines, 2 filesdep ~aesondep ~basedep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: aeson, base, time
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- postmark-streams.cabal +5/−5
ChangeLog.md view
@@ -8,3 +8,7 @@ * A number of version bumps * source repository information corrected++## 0.1.0.1 -- 2018-06-15++* Version bumps
postmark-streams.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: postmark-streams-version: 0.1.0.1+version: 0.1.0.2 synopsis: Send email via Postmark using io-streams. description: Send email via Postmark using io-streams.@@ -23,7 +23,7 @@ source-repository this type: git location: git://github.com/jonpetterbergman/postmark-streams.git- tag: v0.1.0.1+ tag: v0.1.0.2 @@ -32,8 +32,8 @@ Postmark.Request, Postmark.Response other-extensions: OverloadedStrings- build-depends: base >=4.9 && <4.11,- aeson >=1.1 && <1.3,+ build-depends: base >=4.9 && <4.12,+ aeson >=1.1 && <1.5, attoparsec >=0.13 && <0.14, binary >=0.8 && <0.10, bytestring >=0.10 && <0.11,@@ -41,6 +41,6 @@ io-streams >=1.3 && <1.6, text >=1.2 && <1.3, base64-bytestring >=1.0 && <1.1,- time >=1.6 && <1.9+ time >=1.6 && <1.10 hs-source-dirs: src default-language: Haskell2010