diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-22 20:04:48 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-23 20:10:31 +0700 |
commit | bcde7fa97bffa71e7ca87043d653640fdf8040db (patch) | |
tree | 3d6fe8bdca11f7759fbebd20afa722a35e71eaa7 /haskell | |
parent | d5902c436c1b1b93ea12ada2fd88f57eec44ee25 (diff) |
haskell/haskell-pipes: Updated for version 4.3.16.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/haskell-pipes/haskell-pipes.SlackBuild | 3 | ||||
-rw-r--r-- | haskell/haskell-pipes/haskell-pipes.info | 8 |
2 files changed, 7 insertions, 4 deletions
diff --git a/haskell/haskell-pipes/haskell-pipes.SlackBuild b/haskell/haskell-pipes/haskell-pipes.SlackBuild index fc8d0c792781..37b093987c20 100644 --- a/haskell/haskell-pipes/haskell-pipes.SlackBuild +++ b/haskell/haskell-pipes/haskell-pipes.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haskell-pipes -VERSION=${VERSION:-4.3.13} +VERSION=${VERSION:-4.3.16} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -76,6 +76,7 @@ cd $TMP rm -rf $SRCNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$VERSION +cat $CWD/2.cabal > $SRCNAM.cabal chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/haskell/haskell-pipes/haskell-pipes.info b/haskell/haskell-pipes/haskell-pipes.info index e4ed2b166081..630f0c1a127c 100644 --- a/haskell/haskell-pipes/haskell-pipes.info +++ b/haskell/haskell-pipes/haskell-pipes.info @@ -1,8 +1,10 @@ PRGNAM="haskell-pipes" -VERSION="4.3.13" +VERSION="4.3.16" HOMEPAGE="https://hackage.haskell.org/package/pipes" -DOWNLOAD="https://hackage.haskell.org/package/pipes-4.3.13/pipes-4.3.13.tar.gz" -MD5SUM="f5c9355148d9382f4d335c566331ccc5" +DOWNLOAD="https://hackage.haskell.org/package/pipes-4.3.16/pipes-4.3.16.tar.gz \ + https://hackage.haskell.org/package/pipes-4.3.16/revision/2.cabal" +MD5SUM="1e12cd828873ff53e7e47340f8bbba0b \ + 46d5a2958e5204c0bcd13b78a0f3fd6c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="haskell-fail haskell-mmorph haskell-void" |