postmark-streams 0.1.0.2 → 0.1.0.3
raw patch · 2 files changed
+10/−5 lines, 2 filesdep ~basedep ~binaryPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, binary
API changes (from Hackage documentation)
Files
- ChangeLog.md +6/−1
- postmark-streams.cabal +4/−4
ChangeLog.md view
@@ -9,6 +9,11 @@ * A number of version bumps * source repository information corrected -## 0.1.0.1 -- 2018-06-15+## 0.1.0.2 -- 2018-06-15 * Version bumps ++## 0.1.0.3 -- 2019-05-10++* 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.2+version: 0.1.0.3 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.2+ tag: v0.1.0.3 @@ -32,10 +32,10 @@ Postmark.Request, Postmark.Response other-extensions: OverloadedStrings- build-depends: base >=4.9 && <4.12,+ build-depends: base >=4.9 && <5, aeson >=1.1 && <1.5, attoparsec >=0.13 && <0.14,- binary >=0.8 && <0.10,+ binary >=0.8 && <0.9, bytestring >=0.10 && <0.11, http-streams >=0.8 && <0.9, io-streams >=1.3 && <1.6,