orome
orome

Reputation: 48566

Can I get Kronos-Haskell to use my Haskell platform?

Kronos-Haskell installs as a self-contained application and can exist (as near as I can tell) alongside an installation of the Haskell Platform without any issues or interactions. This is a nice feature, however I would like to use a current version of Haskell, along with some additional packages I've installed to the Haskell Platform.

Is there a way to get Kronos-Haskell to use my installation of the Haskell Platform?

Upvotes: 1

Views: 177

Answers (1)

ErikR
ErikR

Reputation: 52049

You can build IHaskell yourself using this recipe from the README:

git clone http://www.github.com/gibiansky/IHaskell
cd IHaskell
./macos-install.sh

Note - it might take a while as there are a ton of dependencies.

Upvotes: 2

Related Questions