Skip to content
Snippets Groups Projects
Commit 676a7367 authored by Jens Nolte's avatar Jens Nolte
Browse files

Install hoogle service; remove stack

parent 16d70e60
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,21 @@
{
environment.systemPackages = with pkgs; [
cabal-install
stack
#haskell-language-server
haskellPackages.hoogle
ghcid
#haskellPackages.threadscope
];
services.hoogle = {
enable = true;
packages = hp: with hp; [
hashable
heaps
network
#quasar
#quasar-network
unordered-containers
];
};
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment