aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-20 09:08:42 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-20 09:08:42 +0000
commit299a1b0beda2027747820390b939da96534e345d (patch)
tree2663d7b63725ddeb72c90649bf466939a9e123b5 /shell.nix
parent2a5f007241dbe25afb62c8a60a87f9671403efcd (diff)
downloadthermoprint-299a1b0beda2027747820390b939da96534e345d.tar
thermoprint-299a1b0beda2027747820390b939da96534e345d.tar.gz
thermoprint-299a1b0beda2027747820390b939da96534e345d.tar.bz2
thermoprint-299a1b0beda2027747820390b939da96534e345d.tar.xz
thermoprint-299a1b0beda2027747820390b939da96534e345d.zip
cabal sandboxes & test harness in nix-shell
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index c48100d..6be224b 100644
--- a/shell.nix
+++ b/shell.nix
@@ -5,6 +5,7 @@
5let 5let
6 packages = ps: with ps; [ 6 packages = ps: with ps; [
7 cabal-install hlint cabal2nix 7 cabal-install hlint cabal2nix
8 hspec QuickCheck quickcheck-instances
8 ] ++ (builtins.attrValues (import ./default.nix {})); 9 ] ++ (builtins.attrValues (import ./default.nix {}));
9 ghc = pkgs.haskell.packages.${compilerName}.ghcWithHoogle packages; 10 ghc = pkgs.haskell.packages.${compilerName}.ghcWithHoogle packages;
10in 11in