Unverified Commit c0c4f250 authored by Peter Simons's avatar Peter Simons Committed by GitHub
Browse files

Merge pull request #214556 from peti/t/top-level-bindings-for-haskell-tools

alex, happy, hscolour: add top-level executable-only bindings
parents 1a44e0bf ad277668
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -14774,6 +14774,12 @@ with pkgs;
       then haskell.compiler.native-bignum.ghc92
       else haskell.compiler.ghc92);
  alex = haskell.lib.compose.justStaticExecutables haskellPackages.alex;
  happy = haskell.lib.compose.justStaticExecutables haskellPackages.happy;
  hscolour = haskell.lib.compose.justStaticExecutables haskellPackages.hscolour;
  cabal-install = haskell.lib.compose.justStaticExecutables haskellPackages.cabal-install;
  stack = haskell.lib.compose.justStaticExecutables haskellPackages.stack;