aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-24 17:28:06 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-24 17:28:06 +0000
commit2f3da9f75772e6ee6396c2ea01780dcc447c1d4c (patch)
tree7dacf87e91e36289271e6318ab8cce8a1a3d03c4 /shell.nix
parent43834209c92085f6567f2e1b0eed8eed1fac9ad7 (diff)
downloadthermoprint-2f3da9f75772e6ee6396c2ea01780dcc447c1d4c.tar
thermoprint-2f3da9f75772e6ee6396c2ea01780dcc447c1d4c.tar.gz
thermoprint-2f3da9f75772e6ee6396c2ea01780dcc447c1d4c.tar.bz2
thermoprint-2f3da9f75772e6ee6396c2ea01780dcc447c1d4c.tar.xz
thermoprint-2f3da9f75772e6ee6396c2ea01780dcc447c1d4c.zip
JSON PrettyPrinter for debugging
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 d148e70..e047ae2 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 aeson-pretty
9 ] ++ (builtins.attrValues (import ./default.nix {})); 10 ] ++ (builtins.attrValues (import ./default.nix {}));
10 ghc = pkgs.haskell.packages.${compilerName}.ghcWithPackages packages; 11 ghc = pkgs.haskell.packages.${compilerName}.ghcWithPackages packages;
11in 12in