1
-
2
1
cabal-version : 1.12
3
2
name : quickjs-hs
4
3
version : 0.1.2.4
@@ -35,21 +34,21 @@ library
35
34
hs-source-dirs :
36
35
src
37
36
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 ,
51
50
unordered-containers >= 0.2.8 && < 0.3 ,
52
- vector >= 0.12 && < 0.14
51
+ vector >= 0.12 && < 0.14
53
52
54
53
default-language : Haskell2010
55
54
include-dirs : quickjs
@@ -76,15 +75,15 @@ test-suite quickjs-hs-test
76
75
default-language : Haskell2010
77
76
ghc-options : -threaded -rtsopts -with-rtsopts=-N
78
77
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