aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-02-17 01:05:57 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-02-17 01:05:57 +0000
commitfff9cbfc9e7919723349e18c4b9aea89bcc48c1a (patch)
tree8256a7c6a8e77d01446e70c5692c868c24a18b1f /shell.nix
parente3068de72434d6152c40df691f26943c88327406 (diff)
downloadthermoprint-fff9cbfc9e7919723349e18c4b9aea89bcc48c1a.tar
thermoprint-fff9cbfc9e7919723349e18c4b9aea89bcc48c1a.tar.gz
thermoprint-fff9cbfc9e7919723349e18c4b9aea89bcc48c1a.tar.bz2
thermoprint-fff9cbfc9e7919723349e18c4b9aea89bcc48c1a.tar.xz
thermoprint-fff9cbfc9e7919723349e18c4b9aea89bcc48c1a.zip
Harness for tests of Thermoprint.Server
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 747ab7b..1e9307e 100644
--- a/shell.nix
+++ b/shell.nix
@@ -6,6 +6,7 @@ let
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 hspec QuickCheck quickcheck-instances
9 hspec-contrib temporary
9 ] ++ (builtins.attrValues (import ./default.nix { inherit pkgs; })); 10 ] ++ (builtins.attrValues (import ./default.nix { inherit pkgs; }));
10 ghc = pkgs.haskell.packages.${compilerName}.ghcWithPackages packages; 11 ghc = pkgs.haskell.packages.${compilerName}.ghcWithPackages packages;
11in 12in