Skip to content
Snippets Groups Projects
Commit 25ef9228 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

add a shorthand for testing with a recent ghc

parent 21300d47
No related branches found
No related tags found
1 merge request!56Add coverage against more GHC versions to CI
Pipeline #5390 failed
......@@ -69,6 +69,8 @@
apps.cabal-test-924 = mkCabalTest "ghc924";
apps.cabal-test-943 = mkCabalTest "ghc943";
apps.cabal-test = self.outputs.apps.${system}.cabal-test-943;
apps.release = {
type = "app";
program = "${
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment