From 355d0cd55f702bc8b358a1453cf7ea309f8c67b9 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 19 Jan 2016 13:57:59 +0100 Subject: development hoogle --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 2d7864a..9c4dbfe 100644 --- a/shell.nix +++ b/shell.nix @@ -3,7 +3,7 @@ }: let - ghc = pkgs.haskell.packages.${compiler}.ghcWithPackages (ps: with ps; [ + ghc = pkgs.haskell.packages.${compiler}.ghcWithHoogle (ps: with ps; [ cabal-install hlint cabal2nix ] ++ (builtins.attrValues (import ./default.nix {}))); in -- cgit v1.2.3