haskell/haskell-bifunctors: Updated for version 5.5.11.

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

View file

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

View file

@ -1,10 +1,10 @@
PRGNAM="haskell-bifunctors"
VERSION="5.5.3"
VERSION="5.5.11"
HOMEPAGE="https://hackage.haskell.org/package/bifunctors"
DOWNLOAD="https://hackage.haskell.org/packages/archive/bifunctors/5.5.3/bifunctors-5.5.3.tar.gz"
MD5SUM="8801325f2845e5b15a9ef185481e71ce"
DOWNLOAD="https://hackage.haskell.org/packages/archive/bifunctors/5.5.11/bifunctors-5.5.11.tar.gz"
MD5SUM="c9149df8a5bcd42ee7c6d494c6f64bee"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-base-orphans haskell-comonad haskell-semigroups haskell-tagged haskell-th-abstraction haskell-transformers-compat"
REQUIRES="haskell-comonad"
MAINTAINER="David Spencer"
EMAIL="baildon.research@googlemail.com"