packages feed

plaid 0.1.0.3 → 0.1.0.4

raw patch · 2 files changed

+8/−6 lines, 2 filesdep −hspec-wai-jsondep ~basePVP ok

version bump matches the API change (PVP)

Dependencies removed: hspec-wai-json

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,3 +1,6 @@ # Changelog for plaid -## Unreleased changes+v 1.0.0.4+  Bump the ghc version to 8.8.3 LTS 15.4+  Fix the base version constraint+  Remove hspec-wai-json dependency
plaid.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.12 name:           plaid-version:        0.1.0.3+version:        0.1.0.4 synopsis:       Plaid.com api integration library description: @Plaid@ is a library for interacting with https://plaid.com   .@@ -56,7 +56,7 @@   ghc-options: -Wall   build-depends:       aeson-    , base >= 4.6 && < 4.13+    , base >= 4.6 && < 5     , bytestring     , mtl     , text@@ -103,13 +103,12 @@   ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N   build-depends:       aeson-    , base >= 4.6 && < 4.13+    , base >= 4.6 && < 5     , containers     , bytestring     , text     , hspec     , hspec-wai-    , hspec-wai-json     , http-types     , QuickCheck     , wai@@ -138,7 +137,7 @@   ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N   build-depends:       aeson-    , base >= 4.6 && < 4.13+    , base >= 4.6 && < 5     , bytestring     , mtl     , text