git-annex.cabal: add missing 'random' and 'uuid' dependencies to the test suite
This commit is contained in:
parent
ea00ff129f
commit
41fcb607df
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue