GaloisInc / HaLVM

The Haskell Lightweight Virtual Machine (HaLVM): GHC running on Xen
BSD 3-Clause "New" or "Revised" License
1.05k stars 88 forks source link

Excessive build-deps #25

Closed TomMD closed 10 years ago

TomMD commented 10 years ago

When installing packages it seems all build dependencies are being installed regardless of flags. For example, installing SHA results in an attempt to install 'directory' (due to exe's, which are not installed by default). This results in SHA failing to install (without these deps the package installs fine).

TomMD commented 10 years ago

I've found the matching cabal-install issue - it isn't HaLVM specfic.