aboutsummaryrefslogtreecommitdiff
path: root/Interact.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-01-06 10:20:25 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-01-06 10:20:25 -0800
commit447a1bbbe8cd90f42a6ab089914ec685ca49923d (patch)
tree92cbd33d1c8ec00ed69c4ef7437da7e2496ef745 /Interact.hs
parent2dd6d892fa310135cece1d8e6d6bac7b538f4e76 (diff)
downloadpandoc-447a1bbbe8cd90f42a6ab089914ec685ca49923d.tar.gz
Added note to Interact.hs recommending 'cabal repl'.
Closes #1110.
Diffstat (limited to 'Interact.hs')
-rw-r--r--Interact.hs4
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