haskell/haskell-rio: Updated for version 0.1.21.0.

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-11 23:38:06 +13:00 committed by Willy Sudiarto Raharjo
parent 037524eb0b
commit 350ddc9bfa
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 13 additions and 10 deletions

View File

@ -1,2 +0,0 @@
import Distribution.Simple
main = defaultMain

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haskell-rio PRGNAM=haskell-rio
VERSION=${VERSION:-0.1.5.0} VERSION=${VERSION:-0.1.21.0}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}
@ -76,15 +76,20 @@ cd $TMP
rm -rf $SRCNAM-$VERSION rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION cd $SRCNAM-$VERSION
cat << EOF > Setup.hs
module Main (main) where
import Distribution.Simple
main :: IO ()
main = defaultMain
EOF
chown -R root:root . chown -R root:root .
find -L . \ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \ -o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
cp $CWD/Setup.hs .
CFLAGS="$SLKCFLAGS" \ CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \
runghc Setup configure \ runghc Setup configure \

View File

@ -1,10 +1,10 @@
PRGNAM="haskell-rio" PRGNAM="haskell-rio"
VERSION="0.1.5.0" VERSION="0.1.21.0"
HOMEPAGE="https://hackage.haskell.org/package/rio" HOMEPAGE="https://hackage.haskell.org/package/rio"
DOWNLOAD="https://hackage.haskell.org/packages/archive/rio/0.1.5.0/rio-0.1.5.0.tar.gz" DOWNLOAD="https://hackage.haskell.org/packages/archive/rio/0.1.21.0/rio-0.1.21.0.tar.gz"
MD5SUM="ad075d3472fde6bf28bd89c40ae02ea8" MD5SUM="554a37103aee56956ab9c2a48ea15841"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="haskell-exceptions haskell-hashable haskell-microlens haskell-primitive haskell-typed-process haskell-unliftio haskell-unordered-containers haskell-vector" REQUIRES="haskell-exceptions haskell-hashable haskell-microlens haskell-primitive haskell-typed-process haskell-unliftio haskell-unordered-containers haskell-vector haskell-microlens-mtl"
MAINTAINER="David Spencer" MAINTAINER="David Spencer"
EMAIL="baildon.research@googlemail.com" EMAIL="baildon.research@googlemail.com"