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

make ghc version available to the test app below

parent 888f7b89
No related branches found
No related tags found
1 merge request!1drop in this standard nix/haskell-flavored gitlab ci config
Pipeline #4709 passed
......@@ -18,10 +18,11 @@
in
ulib.eachSystem ["x86_64-linux" "aarch64-darwin"] (system: let
pkgs = nixpkgs.legacyPackages.${system};
ghcVersion = "ghc8107";
hslib = hs-flake-utils.lib {
inherit pkgs;
src = ./.;
compilerVersion = "ghc8107";
compilerVersion = ghcVersion;
packageName = "tahoe-capabilities";
};
in {
......
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