remove workaround for old versions of process
ghc 8.4.4 has process 1.6.3, which was the first version to include getPid.
This commit is contained in:
parent
92f775eba0
commit
c429bbf2bd
2 changed files with 4 additions and 7 deletions
|
@ -297,7 +297,7 @@ custom-setup
|
|||
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),
|
||||
process (>= 1.6.3),
|
||||
utf8-string, transformers, Cabal
|
||||
|
||||
Executable git-annex
|
||||
|
@ -311,7 +311,7 @@ Executable git-annex
|
|||
stm (>= 2.3),
|
||||
mtl (>= 2),
|
||||
uuid (>= 1.2.6),
|
||||
process (>= 1.6),
|
||||
process (>= 1.6.3),
|
||||
data-default,
|
||||
case-insensitive,
|
||||
random,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue