summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar http://edheil.wordpress.com/ <http://edheil.wordpress.com/@web>2013-02-17 01:49:12 +0000
committerGravatar admin <admin@branchable.com>2013-02-17 01:49:12 +0000
commit40b1c8bd33b1c6aac011dec6037af57d44551e1e (patch)
treed9a5add228378a13345fc64a2e8a8bd37f7f001b /doc/bugs
parentc28122034f560dee41b1f3aab84f1c2656193e37 (diff)
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/missing_dependency_in_git-annex-3.20130216.mdwn27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/bugs/missing_dependency_in_git-annex-3.20130216.mdwn b/doc/bugs/missing_dependency_in_git-annex-3.20130216.mdwn
new file mode 100644
index 000000000..4e46de6f7
--- /dev/null
+++ b/doc/bugs/missing_dependency_in_git-annex-3.20130216.mdwn
@@ -0,0 +1,27 @@
+What steps will reproduce the problem?
+
+build git-annex-3.20130216 on OS X lion
+
+
+What is the expected output? What do you see instead?
+
+successful compile; error was:
+
+```
+Annex/UUID.hs:30:8:
+ Could not find module `System.Random'
+ It is a member of the hidden package `random-1.0.1.1'.
+ Perhaps you need to add `random' 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 git-annex-3.20130216 on OS X Lion
+
+
+Please provide any additional information below.
+
+
+adding 'random' to the BuildDepends in git-annex.cabal does indeed fix the error.