From 35811354ab4254720e670ca252855b972c820c69 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 31 Oct 2015 01:52:13 +0100 Subject: FFP haskell packages --- shell.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 7f16236..d1ef9ce 100644 --- a/shell.nix +++ b/shell.nix @@ -11,6 +11,8 @@ pkgs.stdenv.mkDerivation { pkgs.gcc (pkgs.callPackage ./mars.nix {}) pkgs.sqlite - pkgs.ghc + (pkgs.haskellPackages.ghcWithPackages (p: + with p; [ yesod + ])) ]; } -- cgit v1.2.3