diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-12 08:21:59 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-12 13:33:07 +0700 |
commit | 54145ae2063759c2eb362a61b8241cf43b54470f (patch) | |
tree | 96c6bf4b90718fcc274e4ac7b41519f79a12b553 /haskell/haskell-profunctors | |
parent | d1de4d6a706c955df8a0570da0d6eacd2021e3ed (diff) |
haskell/haskell-profunctors: Updated for version 5.6.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-profunctors')
-rw-r--r-- | haskell/haskell-profunctors/haskell-profunctors.SlackBuild | 2 | ||||
-rw-r--r-- | haskell/haskell-profunctors/haskell-profunctors.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/haskell/haskell-profunctors/haskell-profunctors.SlackBuild b/haskell/haskell-profunctors/haskell-profunctors.SlackBuild index ffb9db71f0ba..4112391d56ed 100644 --- a/haskell/haskell-profunctors/haskell-profunctors.SlackBuild +++ b/haskell/haskell-profunctors/haskell-profunctors.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haskell-profunctors -VERSION=${VERSION:-5.3} +VERSION=${VERSION:-5.6.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/haskell/haskell-profunctors/haskell-profunctors.info b/haskell/haskell-profunctors/haskell-profunctors.info index 687059de208b..eab4783f9e2e 100644 --- a/haskell/haskell-profunctors/haskell-profunctors.info +++ b/haskell/haskell-profunctors/haskell-profunctors.info @@ -1,8 +1,8 @@ PRGNAM="haskell-profunctors" -VERSION="5.3" +VERSION="5.6.2" HOMEPAGE="https://hackage.haskell.org/package/profunctors" -DOWNLOAD="https://hackage.haskell.org/packages/archive/profunctors/5.3/profunctors-5.3.tar.gz" -MD5SUM="9130e57fb69add5d517b3ba4c5fc954d" +DOWNLOAD="https://hackage.haskell.org/packages/archive/profunctors/5.6.2/profunctors-5.6.2.tar.gz" +MD5SUM="36800157d23a5588ba574b2c62bda9ed" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="haskell-base-orphans haskell-bifunctors haskell-comonad haskell-contravariant haskell-distributive haskell-semigroups haskell-tagged" |