Skip to content

Commit

Permalink
Update nix ghc versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmjio committed Apr 28, 2019
1 parent 989de78 commit 60505bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,11 @@ language: nix
matrix:
fast_finish: true
include:
- env: GHCVER=ghc802
- env: GHCVER=ghc822
- env: GHCVER=ghc842
- env: GHCVER=ghc844
- env: GHCVER=ghc861
- env: GHCVER=ghc864
- env: GHCVER=ghcHEAD
allow_failures:
- env: GHCVER=ghc802
- env: GHCVER=ghc842
- env: GHCVER=ghc844
- env: GHCVER=ghcHEAD

before_install:
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ compiler ? "ghc844", check ? false }:
{ compiler ? "ghc864", check ? false }:
let
config = {
packageOverrides = pkgs: with pkgs.haskell.lib; {
Expand Down

0 comments on commit 60505bc

Please sign in to comment.