Skip to content

Commit 46375bd

Browse files
committed
chore: loosen cabal dependencies
1 parent e312020 commit 46375bd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

simplex-method.cabal

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ library
5252
QuasiQuotes
5353
build-depends:
5454
base >=4.14 && <5
55-
, containers >= 0.6.7 && < 0.8
56-
, generic-lens >= 2.2.2 && < 2.3
55+
, containers >= 0.6.5.1 && < 0.8
56+
, generic-lens >= 2.2 && < 2.3
57+
, lens >= 5.2.2 && < 5.4
5758
, text >= 2.0.2 && < 2.2
58-
, lens >= 5.3.5 && < 5.4
5959
, time >= 1.12.2 && < 1.15
60-
, monad-logger >= 0.3.42 && < 0.4
60+
, monad-logger >= 0.3.40 && < 0.4
6161
, QuickCheck >= 2.16.0 && < 2.17
6262
default-language: Haskell2010
6363

@@ -92,12 +92,12 @@ test-suite simplex-haskell-test
9292
build-depends:
9393
base >=4.14 && <5
9494
, simplex-method
95-
, containers >= 0.6.7 && < 0.8
96-
, generic-lens >= 2.2.2 && < 2.3
95+
, containers >= 0.6.5.1 && < 0.8
96+
, generic-lens >= 2.2 && < 2.3
97+
, lens >= 5.2.2 && < 5.4
9798
, text >= 2.0.2 && < 2.2
98-
, lens >= 5.3.5 && < 5.4
9999
, time >= 1.12.2 && < 1.15
100-
, monad-logger >= 0.3.42 && < 0.4
100+
, monad-logger >= 0.3.40 && < 0.4
101101
, QuickCheck >= 2.16.0 && < 2.17
102102
, hspec >= 2.11.12 && < 2.12
103103
, hspec-expectations >= 0.8.3 && < 0.9

0 commit comments

Comments
 (0)