haskell/haskell-wl-pprint-text: Updated for version 1.2.0.2.

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-09 19:51:47 +13:00 committed by Willy Sudiarto Raharjo
parent d1c42b5794
commit b8bd7dc4da
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-wl-pprint-text
VERSION=${VERSION:-1.2.0.0}
VERSION=${VERSION:-1.2.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="haskell-wl-pprint-text"
VERSION="1.2.0.0"
VERSION="1.2.0.2"
HOMEPAGE="https://hackage.haskell.org/package/wl-pprint-text"
DOWNLOAD="https://hackage.haskell.org/package/wl-pprint-text-1.2.0.0/wl-pprint-text-1.2.0.0.tar.gz"
MD5SUM="30ee1330f215d5549419677b8ddf3a98"
DOWNLOAD="https://hackage.haskell.org/package/wl-pprint-text-1.2.0.2/wl-pprint-text-1.2.0.2.tar.gz"
MD5SUM="6b8de51cdb72709fd0f4da8976b0b2b3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-base-compat"