Added note to Interact.hs recommending 'cabal repl'.

Closes #1110.
This commit is contained in:
John MacFarlane 2014-01-06 10:20:25 -08:00
parent 2dd6d892fa
commit 447a1bbbe8

View file

@ -9,6 +9,10 @@
-- You must have first done a 'cabal configure' or 'cabal install' -- You must have first done a 'cabal configure' or 'cabal install'
-- Note: Interact.hs doesn't work with Cabal >= 1.18. I recommend
-- using cabal sandboxes and the new 'cabal repl' command if you are
-- using a recent version.
import System.Process import System.Process
import Distribution.Simple.LocalBuildInfo import Distribution.Simple.LocalBuildInfo
import Distribution.Package import Distribution.Package