MondayMorningHaskell / haskellings

An automated tutorial to teach you about Haskell!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow Custom Configuration

MondayMorningHaskell opened this issue · 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