Skip to content

Commit 109d8f6

Browse files
committed
Make it compile w/ nix
1 parent eb40156 commit 109d8f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shell.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
let
2-
lts = "lts-6_7";
2+
lts = "ghc7103";
33
in
44
with import <nixpkgs> { };
55
haskell.lib.buildStackProject {
66
ghc = haskell.packages.${lts}.ghc;
77
name = "rscoin";
88
buildInputs = [ zlib glib cairo gnome2.pango gnome3.gtk git cabal-install
9-
openssh autoreconfHook stack nodejs haskellPackages.purescript ];
9+
openssh autoreconfHook stack nodejs gmp ];
1010
}

0 commit comments

Comments
 (0)