Skip to content
Snippets Groups Projects
Commit 569d4227 authored by Matthew Pickering's avatar Matthew Pickering
Browse files

fix

parent 7d6c9d46
Branches wip/ci
No related tags found
No related merge requests found
...@@ -15,8 +15,6 @@ ci: ...@@ -15,8 +15,6 @@ ci:
- cabal update - cabal update
- cabal build -w ghc-9.2.4 ghc-debug-brick ghc-debug-common ghc-debug-convention ghc-debug-client ghc-debug-stub - cabal build -w ghc-9.2.4 ghc-debug-brick ghc-debug-common ghc-debug-convention ghc-debug-client ghc-debug-stub
- cabal test -w ghc-9.2.4 - cabal test -w ghc-9.2.4
- cabal build -w ghc-9.4.2 ghc-debug-brick ghc-debug-common ghc-debug-convention ghc-debug-client ghc-debug-stub
- cabal test -w ghc-9.4.2
pages: pages:
script: script:
......
...@@ -13,5 +13,5 @@ let ...@@ -13,5 +13,5 @@ let
sha256 = "18n9w8l76ymrxhp9w0fwd3f5v48aqvy1mlvvs9lzgq00qms0xd0p"; sha256 = "18n9w8l76ymrxhp9w0fwd3f5v48aqvy1mlvvs9lzgq00qms0xd0p";
domain = "gitlab.haskell.org"; }); domain = "gitlab.haskell.org"; });
in in
np.mkShell { buildInputs = [ ghcs.cabal-install ghcs.ghc-9_2_4 ghcs.ghc-9_4_2 ]; np.mkShell { buildInputs = [ ghcs.cabal-install ghcs.ghc-9_2_4 ];
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment