Skip to content

Commit 609293e

Browse files
committed
replotted bounds with cabal-plan-bounds
1 parent 107d0fc commit 609293e

File tree

1 file changed

+26
-27
lines changed

1 file changed

+26
-27
lines changed

quickjs-hs.cabal

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
cabal-version: 1.12
32
name: quickjs-hs
43
version: 0.1.2.4
@@ -35,21 +34,21 @@ library
3534
hs-source-dirs:
3635
src
3736
build-depends:
38-
aeson >=2.0 && <2.3,
39-
base >=4.11 && <5,
40-
bytestring >=0.10 && <0.12,
41-
containers >=0.5 && <0.7,
42-
exceptions >=0.8 && <0.11,
43-
inline-c >=0.5 && <0.10,
44-
mtl >=2.2.2 && <2.4,
45-
scientific >=0.3.5 && <0.4,
46-
string-conv >=0.1.2 && <0.3,
47-
text >=1.2.0 && <2.1,
48-
time >=1.8 && <1.14,
49-
transformers >=0.5 && <0.7,
50-
unliftio-core >=0.1 && <0.3,
37+
aeson >=2.0 && <2.3,
38+
base >=4.11 && <5,
39+
bytestring >=0.10 && <0.12 || ^>=0.12.1,
40+
containers >=0.5 && <0.7 || ^>=0.7,
41+
exceptions >=0.8 && <0.11,
42+
inline-c >=0.5 && <0.10,
43+
mtl >=2.2.2 && <2.4,
44+
scientific >=0.3.5 && <0.4,
45+
string-conv >=0.1.2 && <0.3,
46+
text >=1.2.0 && <2.1 || ^>=2.1.1,
47+
time >=1.8 && <1.14 || ^>=1.14,
48+
transformers >=0.5 && <0.7,
49+
unliftio-core >=0.1 && <0.3,
5150
unordered-containers >=0.2.8 && <0.3,
52-
vector >=0.12 && <0.14
51+
vector >=0.12 && <0.14
5352

5453
default-language: Haskell2010
5554
include-dirs: quickjs
@@ -76,15 +75,15 @@ test-suite quickjs-hs-test
7675
default-language: Haskell2010
7776
ghc-options: -threaded -rtsopts -with-rtsopts=-N
7877
build-depends:
79-
base
80-
, quickjs-hs -any
81-
, aeson
82-
, exceptions
83-
, HUnit >=1.6.0.0
84-
, QuickCheck >=2.9
85-
, tasty >=1.0
86-
, tasty-hunit >=0.10
87-
, tasty-quickcheck >=0.9
88-
, text
89-
, unordered-containers
90-
, vector
78+
base,
79+
quickjs-hs,
80+
aeson,
81+
exceptions,
82+
HUnit >=1.6.0.0,
83+
QuickCheck >=2.9,
84+
tasty >=1.0,
85+
tasty-hunit >=0.10,
86+
tasty-quickcheck >=0.9,
87+
text,
88+
unordered-containers,
89+
vector

0 commit comments

Comments
 (0)