summaryrefslogtreecommitdiff
path: root/doc/bugs/conflicting_haskell_packages.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/conflicting_haskell_packages.mdwn')
-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]]