Skip to content

Commit 8b3c19e

Browse files
authored
Replace Stack with cabal-install on CI (#199)
1 parent 06a0f73 commit 8b3c19e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ steps:
44
nix-shell --command ''
55
timeout: 120
66
key: "install-linear-ghc"
7-
- label: "Run tests (Stack)"
7+
- label: "Run tests (cabal-install)"
88
command: |
9-
nix-shell --pure --run 'stack --nix build --pedantic --test --bench --no-run-benchmarks'
9+
nix-shell --pure --run 'cabal update; cabal test'
1010
timeout: 30
1111
depends_on: "install-linear-ghc"

cabal.project

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ packages: *.cabal
22

33
allow-newer: all
44

5+
package linear-base
6+
ghc-options: -Wall -Werror
7+
58
-- If you update below, make sure to also update stack.yaml too
69

710
source-repository-package

0 commit comments

Comments
 (0)