mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 19:58:28 +01:00
Add yesod to dev shell
This commit is contained in:
parent
10c9d8364d
commit
a3dd2c7389
@ -40,6 +40,6 @@ in
|
||||
app = hlib.justStaticExecutables hpkgs.stackage-server;
|
||||
shell = hpkgs.shellFor {
|
||||
packages = p: [ p.stackage-server ];
|
||||
buildInputs = [ pkgs.cabal-install pkgs.haskell-language-server pkgs.ghcid ];
|
||||
buildInputs = [ pkgs.cabal-install pkgs.haskell-language-server pkgs.ghcid pkgs.haskellPackages.yesod-bin ];
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user