Skip to content

Commit 69a9a63

Browse files
more bounds relaxing
1 parent 45f779d commit 69a9a63

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

.github/workflows/stack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# so we can wait for then.
1616
# * support for cabal-install >= 3
1717

18-
name: Tests CI
18+
name: Tests Stack
1919

2020
on:
2121
push:

quickjs-hs.cabal

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,21 @@ library
3131
hs-source-dirs:
3232
src
3333
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
4949
default-language: Haskell2010
5050
include-dirs: quickjs
5151
-- Order matters for dynamic linking, see GHC#12152.

0 commit comments

Comments
 (0)