diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-01-06 10:20:25 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-01-06 10:20:25 -0800 |
commit | 447a1bbbe8cd90f42a6ab089914ec685ca49923d (patch) | |
tree | 92cbd33d1c8ec00ed69c4ef7437da7e2496ef745 | |
parent | 2dd6d892fa310135cece1d8e6d6bac7b538f4e76 (diff) | |
download | pandoc-447a1bbbe8cd90f42a6ab089914ec685ca49923d.tar.gz |
Added note to Interact.hs recommending 'cabal repl'.
Closes #1110.
-rw-r--r-- | Interact.hs | 4 |
1 files changed, 4 insertions, 0 deletions
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 |