diff options
-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" |