aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawl1yBP_JDsO1TWSC1usoHXpfDRU01u_GXY <Pter_Kroly@web>2012-08-30 09:14:18 +0000
committerGravatar admin <admin@branchable.com>2012-08-30 09:14:18 +0000
commitbb1f6eea2ad7d52fd2580b4a4452fefffa3a9a4f (patch)
treea632ba6b993c5995d91274cbcf55acceed12892c
parente7d728672a5fc923be9ab1d6fe4b65f2058b49c7 (diff)
-rw-r--r--doc/bugs/Could_not_find_module_Data.Default.mdwn31
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/bugs/Could_not_find_module_Data.Default.mdwn b/doc/bugs/Could_not_find_module_Data.Default.mdwn
new file mode 100644
index 000000000..ec53d7ce5
--- /dev/null
+++ b/doc/bugs/Could_not_find_module_Data.Default.mdwn
@@ -0,0 +1,31 @@
+**What steps will reproduce the problem?**
+
+Manually building git-annex from git.
+
+**What is the expected output? What do you see instead?**
+
+ $ cabal update
+ ...
+ $ cabal install --only-dependencies
+ ...
+ $ cabal configure
+ ...
+ $ cabal build
+ Building git-annex-3.20120826...
+ Preprocessing executable 'git-annex' for git-annex-3.20120826...
+
+ Utility/Yesod.hs:15:8:
+ Could not find module `Data.Default'
+ It is a member of the hidden package `data-default-0.5.0'.
+ Perhaps you need to add `data-default' 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?**
+
+commit e7d728672a5fc923be9ab1d6fe4b65f2058b49c7
+Arch Linux
+
+**Please provide any additional information below.**
+
+When I add data-default to git-annex.cabal's Build-Deps it works fine.