Skip to content

Commit

Permalink
Update hydra to use GHC 8.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gwils committed Feb 5, 2018
1 parent 506d7ff commit a6ec528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/ci.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ supportedSystems ? ["x86_64-linux"]
, supportedCompilers ? [ "ghc7103" "ghc802" "ghc821" ]
, supportedCompilers ? [ "ghc7103" "ghc802" "ghc822" ]
}:

with (import <nixpkgs/pkgs/top-level/release-lib.nix> { inherit supportedSystems; });
Expand Down

0 comments on commit a6ec528

Please sign in to comment.