haskell/haskell-unliftio-core: Updated for version 0.2.0.1.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2021-05-04 07:23:58 +12:00
parent b28e1cb1d1
commit da28d734ae
No known key found for this signature in database
GPG key ID: CD26380FFACBDA2B
2 changed files with 4 additions and 4 deletions

View file

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

View file

@ -1,8 +1,8 @@
PRGNAM="haskell-unliftio-core"
VERSION="0.1.2.0"
VERSION="0.2.0.1"
HOMEPAGE="https://hackage.haskell.org/package/unliftio-core"
DOWNLOAD="https://hackage.haskell.org/packages/archive/unliftio-core/0.1.2.0/unliftio-core-0.1.2.0.tar.gz"
MD5SUM="714389512636b320c70238dc4e8ac650"
DOWNLOAD="https://hackage.haskell.org/packages/archive/unliftio-core/0.2.0.1/unliftio-core-0.2.0.1.tar.gz"
MD5SUM="c0d5e28f401241b73789dd8b75791d42"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ghc"