diff options
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/conflicting_haskell_packages.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/conflicting_haskell_packages.mdwn b/doc/bugs/conflicting_haskell_packages.mdwn new file mode 100644 index 000000000..58e25539d --- /dev/null +++ b/doc/bugs/conflicting_haskell_packages.mdwn @@ -0,0 +1,3 @@ +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 |