move text dependency into same block with the other dependencies
This commit is contained in:
parent
13598d9432
commit
eaa80be917
1 changed files with 3 additions and 4 deletions
|
@ -30,9 +30,9 @@ Executable git-annex
|
||||||
Main-Is: git-annex.hs
|
Main-Is: git-annex.hs
|
||||||
Build-Depends: MissingH, hslogger, directory, filepath,
|
Build-Depends: MissingH, hslogger, directory, filepath,
|
||||||
unix, containers, utf8-string, network, mtl, bytestring, old-locale, time,
|
unix, containers, utf8-string, network, mtl, bytestring, old-locale, time,
|
||||||
pcre-light, extensible-exceptions, dataenc, SHA, process, hS3, json, HTTP,
|
pcre-light, extensible-exceptions, dataenc, SHA, process, hs3, json, HTTP,
|
||||||
base >= 4.5, base < 5, monad-control, transformers-base, lifted-base, IfElse,
|
base >= 4.5, base < 5, monad-control, transformers-base, lifted-base,
|
||||||
QuickCheck >= 2.1
|
IfElse, text, QuickCheck >= 2.1
|
||||||
Other-Modules: Utility.StatFS, Utility.Touch
|
Other-Modules: Utility.StatFS, Utility.Touch
|
||||||
|
|
||||||
Executable git-annex-shell
|
Executable git-annex-shell
|
||||||
|
@ -41,7 +41,6 @@ Executable git-annex-shell
|
||||||
|
|
||||||
Executable git-union-merge
|
Executable git-union-merge
|
||||||
Main-Is: git-union-merge.hs
|
Main-Is: git-union-merge.hs
|
||||||
Build-Depends: text
|
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
|
|
Loading…
Reference in a new issue