1
0
Fork 0

Install hoogle-server

This commit is contained in:
Malte Brandy 2020-08-05 21:35:04 +02:00
parent 009fe3d7f2
commit 953f38fdbd
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
Unit.Description = "Hoogle server";
Install.WantedBy = [ "graphical-session.target" ];
Service = {
ExecStart = "${pkgs.ghc}/bin/hoogle server";
ExecStart = "${pkgs.ghc}/bin/hoogle server --local --links";
Restart = "always";
};
};

View file

@ -12,7 +12,7 @@ let
inherit (p)
brittany ormolu releaser cabal-fmt stack ghcid ghcide haskell-language-server cabal-install dhall
aeson unordered-containers these taskwarrior pandoc hlint
cabal2nix weeder reflex-dom password optics-th shh-extras neuron hspec-discover cabal-edit;
cabal2nix weeder reflex-dom password optics-th shh-extras neuron hspec-discover cabal-edit paths;
} // makeHaskellScriptPackages p;
in {
myHaskellPackages = makeHaskellPackages master.haskellPackages;