hjsonpointer/shell.nix
Ian Grant Jeffries e2be2c75a3 1.3.0. Enable GHC 8.2.1.
Also:

+ Drop GHC 7.8.
+ Regenerate .travis.yml using make-travis-yml-2.
2017-09-18 19:34:32 -04:00

10 lines
125 B
Nix

{ghc}:
with (import <nixpkgs> {});
haskell.lib.buildStackProject {
name = "none";
inherit ghc;
buildInputs = [
];
}