bump process version
Want to use eg withCreateProcess. The base constraint already implied a ghc version bundled with process 1.6 or newer.
This commit is contained in:
parent
81a811d935
commit
156e728b56
1 changed files with 3 additions and 2 deletions
|
@ -294,9 +294,10 @@ source-repository head
|
|||
location: git://git-annex.branchable.com/
|
||||
|
||||
custom-setup
|
||||
Setup-Depends: base (>= 4.11.1.0), hslogger, split, unix-compat, process,
|
||||
Setup-Depends: base (>= 4.11.1.0), hslogger, split, unix-compat,
|
||||
filepath, exceptions, bytestring, directory, IfElse, data-default,
|
||||
filepath-bytestring (>= 1.4.2.1.1),
|
||||
process (>= 1.6),
|
||||
utf8-string, transformers, Cabal
|
||||
|
||||
Executable git-annex
|
||||
|
@ -310,7 +311,7 @@ Executable git-annex
|
|||
stm (>= 2.3),
|
||||
mtl (>= 2),
|
||||
uuid (>= 1.2.6),
|
||||
process (>= 1.4.2),
|
||||
process (>= 1.6),
|
||||
data-default,
|
||||
case-insensitive,
|
||||
random,
|
||||
|
|
Loading…
Reference in a new issue