summaryrefslogtreecommitdiff
path: root/git-annex.cabal
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 /git-annex.cabal
parent58349fe086d93fd780e76e9ef6ea8ea9693305e8 (diff)
add random
Diffstat (limited to 'git-annex.cabal')
-rw-r--r--git-annex.cabal2
1 files changed, 1 insertions, 1 deletions
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