Skip to content

Commit

Permalink
Remove unnecessary version bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
dmjio committed Jan 23, 2018
1 parent 6bd0b40 commit cf6e151
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions stripe-haskell/stripe-haskell.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Description: For usage information please consult README.md
library
hs-source-dirs: src src-http-streams
build-depends: base >= 4 && < 5,
stripe-core >= 2.0 && < 2.3,
stripe-http-streams >= 2.0 && < 2.3
stripe-core,
stripe-http-streams

default-language: Haskell2010
exposed-modules:
Expand Down
6 changes: 3 additions & 3 deletions stripe-http-streams/stripe-http-streams.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ library
, HsOpenSSL >= 0.11 && < 0.12
, http-streams >= 0.7 && < 0.9
, io-streams >= 1.2 && < 1.6
, stripe-core >= 2.0 && < 2.3
, stripe-core
, text >= 1.1 && < 1.3
ghc-options: -Wall

Expand All @@ -40,9 +40,9 @@ Test-Suite tests
, free >= 4.10 && < 4.13
, hspec >= 2.1.0 && < 2.5
, http-streams >= 0.7 && < 0.9
, stripe-core >= 2.0 && < 2.3
, stripe-core
, stripe-http-streams
, stripe-tests >= 2.0 && < 2.3
, stripe-tests
default-language: Haskell2010
ghc-options: -Wall -threaded -rtsopts

Expand Down
2 changes: 1 addition & 1 deletion stripe-tests/stripe-tests.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ library
, random >= 1.1 && < 1.2
, hspec >= 2.1.0 && < 2.5
, hspec-core >= 2.1.0 && < 2.5
, stripe-core >= 2.0 && < 2.3
, stripe-core
, text >= 1.0 && < 1.3
, time >= 1.4 && < 1.9
, transformers >= 0.3 && < 0.6
Expand Down

0 comments on commit cf6e151

Please sign in to comment.