add random
This commit is contained in:
parent
357cfa5071
commit
169712fc9a
2 changed files with 3 additions and 1 deletions
|
@ -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]]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue