diff options
author | Joey Hess <joey@kitenet.net> | 2010-12-09 11:32:41 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-12-09 11:32:41 -0400 |
commit | a89dba9d776ad10432fbc5c406c2f703f59900ae (patch) | |
tree | cf85472fb3675d883421ee024117e197e4d48b5e /doc | |
parent | 7b2ed635d3215452b903de20a93bc9f1641d6554 (diff) | |
parent | 939475a6ba50c401398cb624a426a2124fe773b2 (diff) |
Merge remote branch 'branchable/master'
Diffstat (limited to 'doc')
-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 |