@@ -31,21 +31,21 @@ library
31
31
hs-source-dirs :
32
32
src
33
33
build-depends :
34
- base >= 4.7 && < 5
35
- , aeson >= 1.4.7.1 && < 1.5
36
- , bytestring >= 0.10.10.0 && < 0.11
37
- , containers >= 0.6.2.1 && < 0.7
38
- , exceptions >= 0.10.4 && < 0.11
39
- , inline-c >= 0.9.1.0 && < 0.10
40
- , mtl >= 2.2.2 && < 2.3
41
- , scientific >= 0.3.6.2 && < 0.4
42
- , string-conv >= 0.1.2 && < 0.2
43
- , text >= 1.2.0 && < 1.3
44
- , time >= 1.9.3 && < 1.10
45
- , transformers >= 0.5.6.2 && < 0.6
46
- , unliftio-core >= 0.1.2.0 && < 0.2.1
47
- , unordered-containers >= 0.2.10.0 && < 0.3
48
- , vector >= 0.12.1.2 && < 0.13
34
+ base >= 4.7 && < 5
35
+ , aeson >= 1.1 && < 1.5
36
+ , bytestring >= 0.10 && < 0.11
37
+ , containers >= 0.5 && < 0.7
38
+ , exceptions >= 0.8 && < 0.11
39
+ , inline-c >= 0.5 && < 0.10
40
+ , mtl >= 2.2.2 && < 2.3
41
+ , scientific >= 0.3.5 && < 0.4
42
+ , string-conv >= 0.1.2 && < 0.2
43
+ , text >= 1.2.0 && < 1.3
44
+ , time >= 1.9.3 && < 1.10
45
+ , transformers >= 0.5.6.2 && < 0.6
46
+ , unliftio-core >= 0.1.2.0 && < 0.2.1
47
+ , unordered-containers >= 0.2.10.0 && < 0.3
48
+ , vector >= 0.12.1.2 && < 0.13
49
49
default-language : Haskell2010
50
50
include-dirs : quickjs
51
51
-- Order matters for dynamic linking, see GHC#12152.
0 commit comments