summaryrefslogtreecommitdiff
path: root/doc/bugs/cabal_build:___34__Could_not_find_module___96__Data.AssocList__39____34__.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/cabal_build:___34__Could_not_find_module___96__Data.AssocList__39____34__.mdwn')
-rw-r--r--doc/bugs/cabal_build:___34__Could_not_find_module___96__Data.AssocList__39____34__.mdwn23
1 files changed, 0 insertions, 23 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
deleted file mode 100644
index a23930bd7..000000000
--- a/doc/bugs/cabal_build:___34__Could_not_find_module___96__Data.AssocList__39____34__.mdwn
+++ /dev/null
@@ -1,23 +0,0 @@
-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.
-
-> [[done]], using Data.List instead now.