haskell/haskell-StateVar: Updated for version 1.2.2.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2021-12-28 16:50:35 +13:00
parent a36ddff330
commit 53e2fdb09c
No known key found for this signature in database
GPG key ID: CD26380FFACBDA2B
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haskell-StateVar
VERSION=${VERSION:-1.1.1.1}
VERSION=${VERSION:-1.2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="haskell-StateVar"
VERSION="1.1.1.1"
VERSION="1.2.2"
HOMEPAGE="https://hackage.haskell.org/package/StateVar"
DOWNLOAD="https://hackage.haskell.org/packages/archive/StateVar/1.1.1.1/StateVar-1.1.1.1.tar.gz"
MD5SUM="e85013160dce6c2095c76d2d221ba979"
DOWNLOAD="https://hackage.haskell.org/package/StateVar-1.2.2/StateVar-1.2.2.tar.gz"
MD5SUM="f8eef62fbd91e14eceee6e1a5cc8bc1c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ghc"