aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-01-19 13:57:59 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2016-01-19 13:57:59 +0100
commit355d0cd55f702bc8b358a1453cf7ea309f8c67b9 (patch)
tree766fd4aa3e86868f64086df69fe1de1715d8a663 /shell.nix
parenta91f0984966ee64cefc44d28118dc7222c717c8c (diff)
downloadthermoprint-355d0cd55f702bc8b358a1453cf7ea309f8c67b9.tar
thermoprint-355d0cd55f702bc8b358a1453cf7ea309f8c67b9.tar.gz
thermoprint-355d0cd55f702bc8b358a1453cf7ea309f8c67b9.tar.bz2
thermoprint-355d0cd55f702bc8b358a1453cf7ea309f8c67b9.tar.xz
thermoprint-355d0cd55f702bc8b358a1453cf7ea309f8c67b9.zip
development hoogle
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 2d7864a..9c4dbfe 100644
--- a/shell.nix
+++ b/shell.nix
@@ -3,7 +3,7 @@
3}: 3}:
4 4
5let 5let
6 ghc = pkgs.haskell.packages.${compiler}.ghcWithPackages (ps: with ps; [ 6 ghc = pkgs.haskell.packages.${compiler}.ghcWithHoogle (ps: with ps; [
7 cabal-install hlint cabal2nix 7 cabal-install hlint cabal2nix
8 ] ++ (builtins.attrValues (import ./default.nix {}))); 8 ] ++ (builtins.attrValues (import ./default.nix {})));
9in 9in