diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-13 15:33:53 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-14 08:06:57 +0700 |
commit | e2529c1d3d9bf82e4481396eb079856bff825676 (patch) | |
tree | 0c105bca0b139885410c46c5d91fdc8c06e2d469 /haskell/haskell-path-io | |
parent | a6a5002dc8f0a807da38de3f6beb02682d21afd9 (diff) |
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>
Diffstat (limited to 'haskell/haskell-path-io')
-rw-r--r-- | haskell/haskell-path-io/haskell-path-io.SlackBuild | 3 | ||||
-rw-r--r-- | haskell/haskell-path-io/haskell-path-io.info | 8 |
2 files changed, 7 insertions, 4 deletions
diff --git a/haskell/haskell-path-io/haskell-path-io.SlackBuild b/haskell/haskell-path-io/haskell-path-io.SlackBuild index cbbc422213b70..b35d17425a90a 100644 --- a/haskell/haskell-path-io/haskell-path-io.SlackBuild +++ b/haskell/haskell-path-io/haskell-path-io.SlackBuild @@ -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 \ diff --git a/haskell/haskell-path-io/haskell-path-io.info b/haskell/haskell-path-io/haskell-path-io.info index 256c4724eca94..98c168f461934 100644 --- a/haskell/haskell-path-io/haskell-path-io.info +++ b/haskell/haskell-path-io/haskell-path-io.info @@ -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" |