@@ -42,21 +42,22 @@ library
42
42
hs-source-dirs :
43
43
src
44
44
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
+
60
61
default-language : Haskell2010
61
62
include-dirs : quickjs
62
63
c-sources :
0 commit comments