From 55aaed7550ba65ed6c4efb51a56a4f52a985951b Mon Sep 17 00:00:00 2001 From: Sidharth Kulkarni Date: Sat, 2 May 2026 11:38:52 -0700 Subject: [PATCH] add hoogle --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index ebe7263..4eb367f 100644 --- a/shell.nix +++ b/shell.nix @@ -19,6 +19,7 @@ haskellPackages.developPackage { hpack ghcid cabal-fmt + hoogle ] ); addExtraLibraries = drv: haskell.lib.addExtraLibraries drv [ zlib ];