augustss / MicroCabal

Reimplementation of a subset of Cabal
Apache License 2.0
10 stars 2 forks source link

Get MHSDIR from environment and fix gmcabal build #1

Closed ejconlon closed 3 months ago

ejconlon commented 3 months ago

I was kicking the tires on MicroHs/Cabal and found two things I could easily fix:

  1. Get MHSDIR from environment variables (if present) to support non-global installs
  2. Add an import so GHC can compile mcabal again

Thanks!

augustss commented 3 months ago

Thank you!