Skip to content

Commit 936c723

Browse files
Update quickjs-hs.cabal
1 parent f57f3ec commit 936c723

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

quickjs-hs.cabal

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -42,21 +42,22 @@ library
4242
hs-source-dirs:
4343
src
4444
build-depends:
45-
base >=4.11 && <5
46-
, aeson >=1.1 && <1.6
47-
, bytestring >=0.10 && <0.11
48-
, containers >=0.5 && <0.7
49-
, exceptions >=0.8 && <0.11
50-
, inline-c >=0.5 && <0.10
51-
, mtl >=2.2.2 && <2.3
52-
, scientific >=0.3.5 && <0.4
53-
, string-conv >=0.1.2 && <0.2
54-
, text >=1.2.0 && <1.3
55-
, time >=1.8 && <1.10
56-
, transformers >=0.5 && <0.6
57-
, unliftio-core >=0.1 && <0.2.1
58-
, unordered-containers >=0.2.8 && <0.3
59-
, vector >=0.12 && <0.13
45+
aeson >=2.0 && <2.2,
46+
base >=4.11 && <5,
47+
bytestring >=0.10 && <0.12,
48+
containers >=0.5 && <0.7,
49+
exceptions >=0.8 && <0.11,
50+
inline-c >=0.5 && <0.10,
51+
mtl >=2.2.2 && <2.4,
52+
scientific >=0.3.5 && <0.4,
53+
string-conv >=0.1.2 && <0.3,
54+
text >=1.2.0 && <2.1,
55+
time >=1.8 && <1.14,
56+
transformers >=0.5 && <0.7,
57+
unliftio-core >=0.1 && <0.3,
58+
unordered-containers >=0.2.8 && <0.3,
59+
vector >=0.12 && <0.14
60+
6061
default-language: Haskell2010
6162
include-dirs: quickjs
6263
c-sources:

0 commit comments

Comments
 (0)