haskell/haskell-pretty-show: Updated for version 1.10.

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-15 18:55:42 +13:00 committed by Willy Sudiarto Raharjo
parent 85b082da43
commit 3170aa2d1e
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-pretty-show
VERSION=${VERSION:-1.9.1}
VERSION=${VERSION:-1.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="haskell-pretty-show"
VERSION="1.9.1"
VERSION="1.10"
HOMEPAGE="https://hackage.haskell.org/package/pretty-show"
DOWNLOAD="https://hackage.haskell.org/packages/archive/pretty-show/1.9.1/pretty-show-1.9.1.tar.gz"
MD5SUM="38cac606416db1e5cbcd77980d8ae638"
DOWNLOAD="https://hackage.haskell.org/packages/archive/pretty-show/1.10/pretty-show-1.10.tar.gz"
MD5SUM="1d4c4c9c02c5865eb5ac30c29d9ffc4d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="happy haskell-lexer"