haskell/haskell-typed-process: Updated for version 0.2.8.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2022-02-11 23:45:47 +13:00 committed by Willy Sudiarto Raharjo
parent 75ed608949
commit fa559b406b
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haskell-typed-process
VERSION=${VERSION:-0.2.3.0}
VERSION=${VERSION:-0.2.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="haskell-typed-process"
VERSION="0.2.3.0"
VERSION="0.2.8.0"
HOMEPAGE="https://hackage.haskell.org/package/typed-process"
DOWNLOAD="https://hackage.haskell.org/packages/archive/typed-process/0.2.3.0/typed-process-0.2.3.0.tar.gz"
MD5SUM="a066c8e0917a4308290e53efba319864"
DOWNLOAD="https://hackage.haskell.org/packages/archive/typed-process/0.2.8.0/typed-process-0.2.8.0.tar.gz"
MD5SUM="fae1f7b70160428d72018ea9ddff7a35"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-async"
REQUIRES="haskell-async haskell-unliftio-core"
MAINTAINER="David Spencer"
EMAIL="baildon.research@googlemail.com"