Use ghc7103 by default

No problems compiling or testing. This has the advantage of binary packages being available on Hydra.
This commit is contained in:
Joe Hermaszewski 2016-06-25 19:52:56 +01:00 committed by GitHub
parent b4eff58b8c
commit 2fc696ad4d
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
{ nixpkgs ? import <nixpkgs> {}, compiler ? "ghc7102" }:
{ nixpkgs ? import <nixpkgs> {}, compiler ? "ghc7103" }:
(import ./default.nix { inherit nixpkgs compiler; }).env