summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://ertai.myopenid.com/ <npouillard@web>2011-02-07 14:12:44 +0000
committerGravatar admin <admin@branchable.com>2011-02-07 14:12:44 +0000
commit82ff914492636869079a33b67b4d918e93213dc7 (patch)
tree34fc77d7d55e69933b314b38d666024a3bd2f75d
parent3093d2fad7c2dfd62b9e016a8e5a895568f4ce06 (diff)
Added a comment: how to reproduce the package conflict issue
-rw-r--r--doc/bugs/conflicting_haskell_packages/comment_1_e552a6cc6d7d1882e14130edfc2d6b3b._comment24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/bugs/conflicting_haskell_packages/comment_1_e552a6cc6d7d1882e14130edfc2d6b3b._comment b/doc/bugs/conflicting_haskell_packages/comment_1_e552a6cc6d7d1882e14130edfc2d6b3b._comment
new file mode 100644
index 000000000..42f44bf9c
--- /dev/null
+++ b/doc/bugs/conflicting_haskell_packages/comment_1_e552a6cc6d7d1882e14130edfc2d6b3b._comment
@@ -0,0 +1,24 @@
+[[!comment format=mdwn
+ username="http://ertai.myopenid.com/"
+ nickname="npouillard"
+ subject="how to reproduce the package conflict issue"
+ date="2011-02-07T14:12:43Z"
+ content="""
+If you install the monads-fd package (with cabal install for instance), then you can no longer build git-annex:
+
+<pre>
+./configure
+ checking cp -a... yes
+ checking cp -p... yes
+ checking cp --reflink=auto... yes
+ checking uuid generator... uuid
+ checking xargs -0... yes
+ checking rsync... yes
+ghc -O2 -Wall --make git-annex
+
+Annex.hs:22:7:
+ Ambiguous module name `Control.Monad.State':
+ it was found in multiple packages: monads-fd-0.2.0.0 mtl-2.0.1.0
+make: *** [git-annex] Error 1
+</pre>
+"""]]