add random

This commit is contained in:
Joey Hess 2013-02-17 17:00:28 -04:00
parent 357cfa5071
commit 169712fc9a
2 changed files with 3 additions and 1 deletions

View file

@ -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]]

View file

@ -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