haskell/haskell-path-io: Updated for version 1.6.3.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2022-02-13 15:33:53 +13:00 committed by Willy Sudiarto Raharjo
parent a6a5002dc8
commit e2529c1d3d
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 4 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haskell-path-io
VERSION=${VERSION:-1.4.0}
VERSION=${VERSION:-1.6.3}
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/3.cabal > $SRCNAM.cabal
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

View file

@ -1,8 +1,10 @@
PRGNAM="haskell-path-io"
VERSION="1.4.0"
VERSION="1.6.3"
HOMEPAGE="https://hackage.haskell.org/package/path-io"
DOWNLOAD="https://hackage.haskell.org/packages/archive/path-io/1.4.0/path-io-1.4.0.tar.gz"
MD5SUM="a802599debbc0c334a76cc7568e7d7cf"
DOWNLOAD="https://hackage.haskell.org/packages/archive/path-io/1.6.3/path-io-1.6.3.tar.gz \
https://hackage.haskell.org/package/path-io-1.6.3/revision/3.cabal"
MD5SUM="7d31ff45d08015b0fdf50337560ecaae \
7cf1628ee00f1e88d1ae6df51af26155"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-dlist haskell-exceptions haskell-path haskell-temporary haskell-unix-compat"