Skip to content

Commit

Permalink
Oops: accidentally turned on tests for experimental GHC
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelpj committed Dec 17, 2020
1 parent a805b6e commit 7ab55f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.nix
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@
ghc884 = true;
ghc8101 = false;
ghc8102 = true;
ghc810220201118 = true;
ghc810220201118 = false;
});
systems = nixpkgs: nixpkgs.lib.filterAttrs (_: v: builtins.elem v supportedSystems) {
# I wanted to take these from 'lib.systems.examples', but apparently there isn't one for linux!

0 comments on commit 7ab55f6

Please sign in to comment.