haskell/haskell-indexed-traversable-instances: Updated for 0.1.1.

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 2024-06-02 13:36:09 +09:00 committed by Willy Sudiarto Raharjo
parent 581b151e4d
commit 402996599f
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haskell-indexed-traversable-instances
VERSION=${VERSION:-0.1.1.1}
VERSION=${VERSION:-0.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="haskell-indexed-traversable-instances"
VERSION="0.1.1.1"
VERSION="0.1.1"
HOMEPAGE="https://hackage.haskell.org/package/indexed-traversable-instances"
DOWNLOAD="https://hackage.haskell.org/package/indexed-traversable-instances-0.1.1.1/indexed-traversable-instances-0.1.1.1.tar.gz"
MD5SUM="cb6a9c30e3864e20f3c95b2c21872997"
DOWNLOAD="https://hackage.haskell.org/package/indexed-traversable-instances-0.1.1/indexed-traversable-instances-0.1.1.tar.gz"
MD5SUM="1e97068bf7f3568af80c82c7347c84b9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-OneTuple haskell-indexed-traversable haskell-vector"