diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-09 19:46:00 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-09 17:02:20 +0700 |
commit | d1c42b57941768b228563a0db613d69b218b4f5d (patch) | |
tree | 4424989d5c2834383154eec1784cd8aa87152455 /haskell/haskell-polyparse | |
parent | 8406f0ec66e5880804dd2c8f2dba4d5214d4949c (diff) |
haskell/haskell-polyparse: Updated for version 1.13.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-polyparse')
-rw-r--r-- | haskell/haskell-polyparse/haskell-polyparse.SlackBuild | 3 | ||||
-rw-r--r-- | haskell/haskell-polyparse/haskell-polyparse.info | 8 |
2 files changed, 7 insertions, 4 deletions
diff --git a/haskell/haskell-polyparse/haskell-polyparse.SlackBuild b/haskell/haskell-polyparse/haskell-polyparse.SlackBuild index 8fbe462a1e065..9050920f3215a 100644 --- a/haskell/haskell-polyparse/haskell-polyparse.SlackBuild +++ b/haskell/haskell-polyparse/haskell-polyparse.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haskell-polyparse -VERSION=${VERSION:-1.12} +VERSION=${VERSION:-1.13} 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-polyparse/haskell-polyparse.info b/haskell/haskell-polyparse/haskell-polyparse.info index 8537acb6fd6a1..f177ad0f9768d 100644 --- a/haskell/haskell-polyparse/haskell-polyparse.info +++ b/haskell/haskell-polyparse/haskell-polyparse.info @@ -1,8 +1,10 @@ PRGNAM="haskell-polyparse" -VERSION="1.12" +VERSION="1.13" HOMEPAGE="https://hackage.haskell.org/package/polyparse" -DOWNLOAD="https://hackage.haskell.org/package/polyparse-1.12/polyparse-1.12.tar.gz" -MD5SUM="d925e7a465a65c1b41b8acc40cc19d39" +DOWNLOAD="https://hackage.haskell.org/package/polyparse-1.13/polyparse-1.13.tar.gz \ + https://hackage.haskell.org/package/polyparse-1.13/revision/3.cabal" +MD5SUM="6656b800ff52a842ca0fd8083bad2e7d \ + c661c24fc735f579336458c829ac45c8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ghc" |