haskell/haskell-hashable: Updated for version 1.4.0.1.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2021-12-19 21:58:21 +13:00
parent d970bd0013
commit 68400a414f
No known key found for this signature in database
GPG key ID: CD26380FFACBDA2B
2 changed files with 5 additions and 5 deletions

View file

@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haskell-hashable
VERSION=${VERSION:-1.3.1.0}
VERSION=${VERSION:-1.4.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="haskell-hashable"
VERSION="1.3.1.0"
VERSION="1.4.0.1"
HOMEPAGE="https://hackage.haskell.org/package/hashable"
DOWNLOAD="https://hackage.haskell.org/package/hashable-1.3.1.0/hashable-1.3.1.0.tar.gz"
MD5SUM="c6e47057cd599eed20a1af457e05b13e"
DOWNLOAD="https://hackage.haskell.org/package/hashable-1.4.0.1/hashable-1.4.0.1.tar.gz"
MD5SUM="6c3fd68a80f05d31ac3895e02b4da7cd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ghc"
REQUIRES="haskell-base-orphans"
MAINTAINER="David Spencer"
EMAIL="baildon.research@googlemail.com"