Skip to content

Commit baeaa09

Browse files
committed
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
1 parent 3dcdddb commit baeaa09

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

ChangeLog.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# Changelog for plaid
22

3-
## Unreleased changes
3+
v 1.0.0.4
4+
Bump the ghc version to 8.8.3 LTS 15.4
5+
Fix the base version constraint
6+
Remove hspec-wai-json dependency

plaid.cabal

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 1.12
22
name: plaid
3-
version: 0.1.0.3
3+
version: 0.1.0.4
44
synopsis: Plaid.com api integration library
55
description: @Plaid@ is a library for interacting with https://plaid.com
66
.
@@ -56,7 +56,7 @@ library
5656
ghc-options: -Wall
5757
build-depends:
5858
aeson
59-
, base >= 4.6 && < 4.13
59+
, base >= 4.6 && < 5
6060
, bytestring
6161
, mtl
6262
, text
@@ -103,13 +103,12 @@ test-suite spec
103103
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
104104
build-depends:
105105
aeson
106-
, base >= 4.6 && < 4.13
106+
, base >= 4.6 && < 5
107107
, containers
108108
, bytestring
109109
, text
110110
, hspec
111111
, hspec-wai
112-
, hspec-wai-json
113112
, http-types
114113
, QuickCheck
115114
, wai
@@ -138,7 +137,7 @@ executable plaid
138137
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
139138
build-depends:
140139
aeson
141-
, base >= 4.6 && < 4.13
140+
, base >= 4.6 && < 5
142141
, bytestring
143142
, mtl
144143
, text

stack.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolver: lts-14.19
1+
resolver: lts-15.4
22

33
packages:
44
- .

stack.yaml.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
packages: []
77
snapshots:
88
- completed:
9-
size: 524155
10-
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/14/19.yaml
11-
sha256: 9f79f6494473c9b46911364b94c4b5ef19ca8d35ebf62e46697cf651f198ee19
12-
original: lts-14.19
9+
size: 491163
10+
url: https://raw.githubusercontent.com/commercialhaskell/stackage-snapshots/master/lts/15/4.yaml
11+
sha256: bc60043a06b58902b533baa80fb566c0ec495c41e428bc0f8c1e8c15b2a4c468
12+
original: lts-15.4

0 commit comments

Comments
 (0)