summaryrefslogtreecommitdiff
path: root/git-annex.cabal
diff options
context:
space:
mode:
authorGravatar Peter Simons <simons@cryp.to>2013-02-22 16:08:23 +0100
committerGravatar Peter Simons <simons@cryp.to>2013-02-23 17:05:43 +0100
commite8d0de8ee9c8ccbf917c47ac2a77f070e1e6ca36 (patch)
tree9241ef02f0288b92b270a6eb35e8fa988eb1b477 /git-annex.cabal
parent11ee39eaa1697bcf2ca6f3467739bc6a581a6dce (diff)
git-annex.cabal: add missing 'random' and 'uuid' dependencies to the test suite
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 d62f0a40d..5fbc49a4f 100644
--- a/git-annex.cabal
+++ b/git-annex.cabal
@@ -127,7 +127,7 @@ Test-Suite test
old-locale, time, extensible-exceptions, dataenc, SHA,
process, json, base (>= 4.5 && < 4.7), monad-control,
transformers-base, lifted-base, IfElse, text, QuickCheck >= 2.1,
- bloomfilter, edit-distance, process, SafeSemaphore, Glob
+ bloomfilter, edit-distance, process, SafeSemaphore, Glob, random, uuid
Other-Modules: Utility.Touch
Include-Dirs: Utility
C-Sources: Utility/libdiskfree.c