krank: build statically (#106451)

Avoid pulling all of GHC just to run krank
This commit is contained in:
Jonas Chevalier 2020-12-10 00:28:57 +00:00 committed by GitHub
parent 65778375c9
commit 7ff5e241a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9393,6 +9393,8 @@ in
stack = haskell.lib.justStaticExecutables haskellPackages.stack;
hlint = haskell.lib.justStaticExecutables haskellPackages.hlint;
krank = haskell.lib.justStaticExecutables haskellPackages.krank;
# We use a version built with an older compiler because of https://github.com/pikajude/stylish-cabal/issues/12.
stylish-cabal = haskell.lib.justStaticExecutables haskell.packages.ghc865.stylish-cabal;