haskell/haskell-contravariant: Updated dependencies.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2021-12-28 15:58:43 +13:00
parent 5f4da4f293
commit ad1d58e619
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-contravariant
VERSION=${VERSION:-1.5}
VERSION=${VERSION:-1.5.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="haskell-contravariant"
VERSION="1.5"
VERSION="1.5.5"
HOMEPAGE="https://hackage.haskell.org/package/contravariant"
DOWNLOAD="https://hackage.haskell.org/packages/archive/contravariant/1.5/contravariant-1.5.tar.gz"
MD5SUM="d5489c8221d8f2afda21afd17614b23d"
DOWNLOAD="https://hackage.haskell.org/packages/archive/contravariant/1.5.5/contravariant-1.5.5.tar.gz"
MD5SUM="ee2c73fa9a2a280303a43fe70689906f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-semigroups haskell-StateVar haskell-tagged haskell-transformers-compat haskell-void"
REQUIRES="haskell-StateVar haskell-void"
MAINTAINER="David Spencer"
EMAIL="baildon.research@googlemail.com"