MondayMorningHaskell/haskellings

Allow Custom Configuration

MondayMorningHaskell opened this issue · 1 comments

Right now configuration is hard-coded to look in particular places for GHC executables and Stack package DBs (e.g. ~/.stack). Add a haskellings configure command that will allow the user to customize the directory to search for the items, in case a user has a custom installation of Haskell.

Addressed by #28