SuperpowersCorp / refactorio

Refactorio is a tool with which you build and maintain software.
BSD 3-Clause "New" or "Revised" License
19 stars 0 forks source link

Manage package db setting properly #10

Open lgastako opened 6 years ago

lgastako commented 6 years ago

previously "Sort out issue with Control.Lens not being available in installed executable"

lgastako commented 6 years ago

Based on this issue it sounds like I need to solve the general problem of pointing hint to a ghc package db... which may or may not exist... further that package db needs to at least have all of the packages that we depend on in it... hrrmmm.

lgastako commented 6 years ago

Here are some potential references I've collected to dig into in order to understand the issue and what's possible more deeply:

lgastako commented 6 years ago

can use stack exec --no-ghc-package-path bash --package cabal-install to get a shell with cabal new-build