Merge pull request #37 from expipiplus1/patch-1

Use ghc7103 by default
This commit is contained in:
John Wiegley 2016-06-27 10:20:41 -07:00 committed by GitHub
commit 693d7b8e0d

View file

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