git-annex/doc/bugs/conflicting_haskell_packages.mdwn

9 lines
345 B
Text
Raw Normal View History

2010-12-09 00:10:03 +00:00
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
2010-12-09 17:45:16 +00:00
> My ghc does not have a `--hide-packages` option.
>
> Could you just show the build problem that you are suggesting I work
> around? --[[Joey]]