Skip to content

Commit cf6e151

Browse files
committed
Remove unnecessary version bounds
1 parent 6bd0b40 commit cf6e151

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

stripe-haskell/stripe-haskell.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Description: For usage information please consult README.md
1616
library
1717
hs-source-dirs: src src-http-streams
1818
build-depends: base >= 4 && < 5,
19-
stripe-core >= 2.0 && < 2.3,
20-
stripe-http-streams >= 2.0 && < 2.3
19+
stripe-core,
20+
stripe-http-streams
2121

2222
default-language: Haskell2010
2323
exposed-modules:

stripe-http-streams/stripe-http-streams.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ library
2727
, HsOpenSSL >= 0.11 && < 0.12
2828
, http-streams >= 0.7 && < 0.9
2929
, io-streams >= 1.2 && < 1.6
30-
, stripe-core >= 2.0 && < 2.3
30+
, stripe-core
3131
, text >= 1.1 && < 1.3
3232
ghc-options: -Wall
3333

@@ -40,9 +40,9 @@ Test-Suite tests
4040
, free >= 4.10 && < 4.13
4141
, hspec >= 2.1.0 && < 2.5
4242
, http-streams >= 0.7 && < 0.9
43-
, stripe-core >= 2.0 && < 2.3
43+
, stripe-core
4444
, stripe-http-streams
45-
, stripe-tests >= 2.0 && < 2.3
45+
, stripe-tests
4646
default-language: Haskell2010
4747
ghc-options: -Wall -threaded -rtsopts
4848

stripe-tests/stripe-tests.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ library
3030
, random >= 1.1 && < 1.2
3131
, hspec >= 2.1.0 && < 2.5
3232
, hspec-core >= 2.1.0 && < 2.5
33-
, stripe-core >= 2.0 && < 2.3
33+
, stripe-core
3434
, text >= 1.0 && < 1.3
3535
, time >= 1.4 && < 1.9
3636
, transformers >= 0.3 && < 0.6

0 commit comments

Comments
 (0)