File tree 4 files changed +13
-11
lines changed
4 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for plaid
2
2
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
Original file line number Diff line number Diff line change 1
1
cabal-version : 1.12
2
2
name : plaid
3
- version : 0.1.0.3
3
+ version : 0.1.0.4
4
4
synopsis : Plaid.com api integration library
5
5
description : @Plaid@ is a library for interacting with https://plaid.com
6
6
.
@@ -56,7 +56,7 @@ library
56
56
ghc-options : -Wall
57
57
build-depends :
58
58
aeson
59
- , base >= 4.6 && < 4.13
59
+ , base >= 4.6 && < 5
60
60
, bytestring
61
61
, mtl
62
62
, text
@@ -103,13 +103,12 @@ test-suite spec
103
103
ghc-options : -Wall -threaded -rtsopts -with-rtsopts=-N
104
104
build-depends :
105
105
aeson
106
- , base >= 4.6 && < 4.13
106
+ , base >= 4.6 && < 5
107
107
, containers
108
108
, bytestring
109
109
, text
110
110
, hspec
111
111
, hspec-wai
112
- , hspec-wai-json
113
112
, http-types
114
113
, QuickCheck
115
114
, wai
@@ -138,7 +137,7 @@ executable plaid
138
137
ghc-options : -Wall -threaded -rtsopts -with-rtsopts=-N
139
138
build-depends :
140
139
aeson
141
- , base >= 4.6 && < 4.13
140
+ , base >= 4.6 && < 5
142
141
, bytestring
143
142
, mtl
144
143
, text
Original file line number Diff line number Diff line change 1
- resolver : lts-14.19
1
+ resolver : lts-15.4
2
2
3
3
packages :
4
4
- .
Original file line number Diff line number Diff line change 6
6
packages: []
7
7
snapshots:
8
8
- 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
You can’t perform that action at this time.
0 commit comments