From 548f9e629ff0f527b2b631012e406ad9f3f9a8a2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 17 Feb 2013 17:00:28 -0400 Subject: add random --- doc/bugs/missing_dependency_in_git-annex-3.20130216.mdwn | 2 ++ git-annex.cabal | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/bugs/missing_dependency_in_git-annex-3.20130216.mdwn b/doc/bugs/missing_dependency_in_git-annex-3.20130216.mdwn index 4e46de6f7..7c7664c67 100644 --- a/doc/bugs/missing_dependency_in_git-annex-3.20130216.mdwn +++ b/doc/bugs/missing_dependency_in_git-annex-3.20130216.mdwn @@ -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]] 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 -- cgit v1.2.3