From 299a1b0beda2027747820390b939da96534e345d Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 20 Jan 2016 09:08:42 +0000 Subject: cabal sandboxes & test harness in nix-shell --- .gitignore | 1 + shell.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index cf602f4..fb1339f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ **/result **/result-* **/dist/ +**/.cabal-sandbox diff --git a/shell.nix b/shell.nix index c48100d..6be224b 100644 --- a/shell.nix +++ b/shell.nix @@ -5,6 +5,7 @@ let packages = ps: with ps; [ cabal-install hlint cabal2nix + hspec QuickCheck quickcheck-instances ] ++ (builtins.attrValues (import ./default.nix {})); ghc = pkgs.haskell.packages.${compilerName}.ghcWithHoogle packages; in -- cgit v1.2.3