haskell/haskell-sandi: Updated for version 0.5.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2022-01-07 21:48:21 +13:00
parent 5bdbd0c567
commit 935463051f
No known key found for this signature in database
GPG Key ID: CD26380FFACBDA2B
2 changed files with 12 additions and 4 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haskell-sandi
VERSION=${VERSION:-0.4.2}
VERSION=${VERSION:-0.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -76,6 +76,14 @@ cd $TMP
rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
cat << EOF > Setup.hs
module Main (main) where
import Distribution.Simple
main :: IO ()
main = defaultMain
EOF
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,8 @@
PRGNAM="haskell-sandi"
VERSION="0.4.2"
VERSION="0.5"
HOMEPAGE="https://hackage.haskell.org/package/sandi"
DOWNLOAD="https://hackage.haskell.org/package/sandi-0.4.2/sandi-0.4.2.tar.gz"
MD5SUM="9244da9791e2403eb01f3793284d623e"
DOWNLOAD="https://hackage.haskell.org/package/sandi-0.5/sandi-0.5.tar.gz"
MD5SUM="575dcf2f50180f758900c3bb4b606294"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-conduit haskell-exceptions haskell-stringsearch"