mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
haskell/haskell-bifunctors: Updated for version 5.5.11.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
e00b9317b0
commit
94d39af01e
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue