File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ Description: For usage information please consult README.md
1616library
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 :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments