Skip to content

Commit

Permalink
hlint: add as statically linked haskell binary
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed May 3, 2017
1 parent 017a723 commit eacb230
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5281,6 +5281,7 @@ with pkgs;
cabal-install = haskell.lib.disableSharedExecutables haskellPackages.cabal-install;

stack = haskell.lib.justStaticExecutables haskellPackages.stack;
hlint = haskell.lib.justStaticExecutables haskellPackages.hlint;

all-cabal-hashes = callPackage ../data/misc/hackage/default.nix { };

Expand Down

0 comments on commit eacb230

Please sign in to comment.