summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/bugs/missing_dependency_in_git-annex-3.20130216.mdwn2
-rw-r--r--git-annex.cabal2
2 files changed, 3 insertions, 1 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
index 4e46de6f7..7c7664c67 100644
--- a/doc/bugs/missing_dependency_in_git-annex-3.20130216.mdwn
+++ b/doc/bugs/missing_dependency_in_git-annex-3.20130216.mdwn
@@ -25,3 +25,5 @@ Please provide any additional information below.
adding 'random' to the BuildDepends in git-annex.cabal does indeed fix the error.
+
+> [[done]] --[[Joey]]
diff --git a/git-annex.cabal b/git-annex.cabal
index 184d3608f..470aa6ea4 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -60,7 +60,7 @@ Executable git-annex
extensible-exceptions, dataenc, SHA, process, json,
base (>= 4.5 && < 4.8), monad-control, transformers-base, lifted-base,
IfElse, text, QuickCheck >= 2.1, bloomfilter, edit-distance, process,
- SafeSemaphore, uuid, Glob
+ SafeSemaphore, uuid, random, Glob
-- Need to list these because they're generated from .hsc files.
Other-Modules: Utility.Touch Utility.Mounts
Include-Dirs: Utility