haskell/haskell-generic-deriving: Updated for version 1.14.1.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2021-12-19 22:44:00 +13:00
parent 302717d062
commit cc065cd687
No known key found for this signature in database
GPG key ID: CD26380FFACBDA2B
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haskell-generic-deriving
VERSION=${VERSION:-1.12.2}
VERSION=${VERSION:-1.14.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="haskell-generic-deriving"
VERSION="1.12.2"
VERSION="1.14.1"
HOMEPAGE="https://hackage.haskell.org/package/generic-deriving"
DOWNLOAD="https://hackage.haskell.org/packages/archive/generic-deriving/1.12.2/generic-deriving-1.12.2.tar.gz"
MD5SUM="85e958605f79045e8b7667276d00e82d"
DOWNLOAD="https://hackage.haskell.org/packages/archive/generic-deriving/1.14.1/generic-deriving-1.14.1.tar.gz"
MD5SUM="ecb6e9cbb636f503d4ed873616481304"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-th-abstraction"