We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a0f73 commit 8b3c19eCopy full SHA for 8b3c19e
.buildkite/pipeline.yml
@@ -4,8 +4,8 @@ steps:
4
nix-shell --command ''
5
timeout: 120
6
key: "install-linear-ghc"
7
- - label: "Run tests (Stack)"
+ - label: "Run tests (cabal-install)"
8
command: |
9
- nix-shell --pure --run 'stack --nix build --pedantic --test --bench --no-run-benchmarks'
+ nix-shell --pure --run 'cabal update; cabal test'
10
timeout: 30
11
depends_on: "install-linear-ghc"
cabal.project
@@ -2,6 +2,9 @@ packages: *.cabal
2
3
allow-newer: all
+package linear-base
+ ghc-options: -Wall -Werror
+
-- If you update below, make sure to also update stack.yaml too
source-repository-package
0 commit comments