Skip to content

Commit

Permalink
Added note to Interact.hs recommending 'cabal repl'.
Browse files Browse the repository at this point in the history
Closes jgm#1110.
  • Loading branch information
jgm committed Jan 6, 2014
1 parent 2dd6d89 commit 447a1bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Interact.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 447a1bb

Please sign in to comment.