summaryrefslogtreecommitdiff
path: root/doc/bugs/conflicting_haskell_packages.mdwn
blob: 6a619de90fc5e968f85e5a2e071bad538b06a6b6 (plain)
1
2
3
4
5
6
7
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]]