summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-12-09 13:45:16 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-12-09 13:45:16 -0400
commit1f22c9ea38b85b2e3e4d25bb56887e55e1c51f40 (patch)
tree6fc0fadaf92a16983584491447a1a33a0a3330bc
parent59d12b169f5a793ea8d812c67e4b4245cecb750e (diff)
response
-rw-r--r--doc/bugs/conflicting_haskell_packages.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/conflicting_haskell_packages.mdwn b/doc/bugs/conflicting_haskell_packages.mdwn
index 58e25539d..6a619de90 100644
--- a/doc/bugs/conflicting_haskell_packages.mdwn
+++ b/doc/bugs/conflicting_haskell_packages.mdwn
@@ -1,3 +1,8 @@
The compilation command should states which packages are used and avoid the default mechnasim that automatically search for them.
This can be done by the flags -hide-packages and then -package foo
+
+> My ghc does not have a `--hide-packages` option.
+>
+> Could you just show the build problem that you are suggesting I work
+> around? --[[Joey]]