We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb40156 commit 109d8f6Copy full SHA for 109d8f6
shell.nix
@@ -1,10 +1,10 @@
1
let
2
- lts = "lts-6_7";
+ lts = "ghc7103";
3
in
4
with import <nixpkgs> { };
5
haskell.lib.buildStackProject {
6
ghc = haskell.packages.${lts}.ghc;
7
name = "rscoin";
8
buildInputs = [ zlib glib cairo gnome2.pango gnome3.gtk git cabal-install
9
- openssh autoreconfHook stack nodejs haskellPackages.purescript ];
+ openssh autoreconfHook stack nodejs gmp ];
10
}
0 commit comments