summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://edheil.wordpress.com/ <http://edheil.wordpress.com/@web>2012-11-28 01:13:33 +0000
committerGravatar admin <admin@branchable.com>2012-11-28 01:13:33 +0000
commit29971eeaf1fa39926c34ea946a70bdbf379fa4d6 (patch)
tree4051a6ab931f2665bf312ab3b7c84f07ae516824
parent36c0288030684e35698a3aa509c357610f9e5718 (diff)
-rw-r--r--doc/bugs/cabal_build:___34__Could_not_find_module___96__Data.AssocList__39____34__.mdwn23
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/bugs/cabal_build:___34__Could_not_find_module___96__Data.AssocList__39____34__.mdwn b/doc/bugs/cabal_build:___34__Could_not_find_module___96__Data.AssocList__39____34__.mdwn
new file mode 100644
index 000000000..22f1aa807
--- /dev/null
+++ b/doc/bugs/cabal_build:___34__Could_not_find_module___96__Data.AssocList__39____34__.mdwn
@@ -0,0 +1,23 @@
+What steps will reproduce the problem?
+
+Download current git head (fa5100d) and run cabal update; cabal install --only-dependencies; cabal configure; cabal build
+
+What is the expected output? What do you see instead?
+
+Expect succcessful build, get:
+
+Assistant/Install.hs:24:8:
+ Could not find module `Data.AssocList'
+ It is a member of the hidden package `hxt-9.3.1.1'.
+ Perhaps you need to add `hxt' to the build-depends in your .cabal file.
+ Use -v to see a list of the files searched for.
+
+
+What version of git-annex are you using? On what operating system?
+
+building using cabal from clone of git clone git://git-annex.branchable.com/, commit fa5100d (same problem happens with last release, 3.20121127). On OS X, "Lion".
+
+
+Please provide any additional information below.
+
+