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:
Joey Hess 2020-06-03 12:09:41 -04:00
parent 81a811d935
commit 156e728b56
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

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