summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-17 17:00:28 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-17 17:00:28 -0400
commit548f9e629ff0f527b2b631012e406ad9f3f9a8a2 (patch)
tree2bc8fdb664bf966262d2ca8051f98cdffc6c6b64
parent58349fe086d93fd780e76e9ef6ea8ea9693305e8 (diff)
add random
-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