Skip to content

Commit bb813e9

Browse files
committed
Update build to Cabal 3.2
1 parent 225edcf commit bb813e9

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

hackage-matrix-builder3.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cabal-version: 2.4
1+
cabal-version: 3.0
22
name: hackage-matrix-builder3
33
version: 0.3
44

@@ -29,10 +29,10 @@ common defaults
2929
mixins: base hiding (Prelude)
3030

3131
build-depends:
32-
, Cabal ^>= 3.0.0.0
32+
, Cabal ^>= 3.2.0.0
3333
, aeson ^>= 1.4.3.0
3434
, async ^>= 2.2.1
35-
, base ^>= 4.9 || ^>= 4.10 || ^>= 4.11 || ^>= 4.12
35+
, base ^>= { 4.9, 4.10, 4.11, 4.12 }
3636
, bytestring ^>= 0.10.2
3737
, containers ^>= 0.5.7.1 || ^>= 0.6.0.1
3838
, cryptohash-sha256 ^>= 0.11.100.1

worker-setup/build.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ if [ ! -x worker/bin/cabal ]; then
99
fi
1010

1111
# worker
12-
cabal v2-build exe:matrix-worker
13-
cp -v "$(cabal new-exec which -- matrix-worker)" ./worker/bin/
14-
strip -v worker/bin/matrix-worker
12+
#cabal v2-build exe:matrix-worker
13+
#cp -v "$(cabal new-exec which -- matrix-worker)" ./worker/bin/
14+
#strip -v worker/bin/matrix-worker
1515

1616
#
1717
docker build -t matrix-worker-base ./worker-base

worker-setup/worker/worker.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ compiler-exe:
2121
* "/opt/ghc/8.2.2/bin/xghc"
2222
* "/opt/ghc/8.4.4/bin/xghc"
2323
* "/opt/ghc/8.6.5/bin/xghc"
24-
* "/opt/ghc/8.8.1/bin/xghc"
24+
* "/opt/ghc/8.8.3/bin/xghc"
25+
* "/opt/ghc/8.10.1/bin/xghc"

0 commit comments

Comments
 (0)