From 447a1bbbe8cd90f42a6ab089914ec685ca49923d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 6 Jan 2014 10:20:25 -0800 Subject: Added note to Interact.hs recommending 'cabal repl'. Closes #1110. --- Interact.hs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Interact.hs') diff --git a/Interact.hs b/Interact.hs index 80b5a34f5..4d24904c5 100644 --- a/Interact.hs +++ b/Interact.hs @@ -9,6 +9,10 @@ -- 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 Distribution.Simple.LocalBuildInfo import Distribution.Package -- cgit v1.2.3