haskell/haskell-unliftio: Updated for version 0.2.21.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:47:24 +13:00 committed by Willy Sudiarto Raharjo
parent c4a354a25f
commit 75ed608949
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -1,8 +1,8 @@
PRGNAM="haskell-unliftio"
VERSION="0.2.8.1"
VERSION="0.2.21.0"
HOMEPAGE="https://hackage.haskell.org/package/unliftio"
DOWNLOAD="https://hackage.haskell.org/packages/archive/unliftio/0.2.8.1/unliftio-0.2.8.1.tar.gz"
MD5SUM="a50fc1fc0ab43b244324a6d8001a953b"
DOWNLOAD="https://hackage.haskell.org/packages/archive/unliftio/0.2.21.0/unliftio-0.2.21.0.tar.gz"
MD5SUM="f14bb424964d0816b742e5da22c8abbc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-async haskell-unliftio-core"