diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-19 13:57:59 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-01-19 13:57:59 +0100 |
| commit | 355d0cd55f702bc8b358a1453cf7ea309f8c67b9 (patch) | |
| tree | 766fd4aa3e86868f64086df69fe1de1715d8a663 | |
| parent | a91f0984966ee64cefc44d28118dc7222c717c8c (diff) | |
| download | thermoprint-355d0cd55f702bc8b358a1453cf7ea309f8c67b9.tar thermoprint-355d0cd55f702bc8b358a1453cf7ea309f8c67b9.tar.gz thermoprint-355d0cd55f702bc8b358a1453cf7ea309f8c67b9.tar.bz2 thermoprint-355d0cd55f702bc8b358a1453cf7ea309f8c67b9.tar.xz thermoprint-355d0cd55f702bc8b358a1453cf7ea309f8c67b9.zip | |
development hoogle
| -rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -3,7 +3,7 @@ | |||
| 3 | }: | 3 | }: |
| 4 | 4 | ||
| 5 | let | 5 | let |
| 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 {}))); |
| 9 | in | 9 | in |
