haskell/haskell-attoparsec-iso8601: Updated for version 1.0.2.1.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2022-01-06 14:28:47 +13:00
parent 455558710c
commit b71a8c6f39
No known key found for this signature in database
GPG key ID: CD26380FFACBDA2B
2 changed files with 13 additions and 5 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haskell-attoparsec-iso8601
VERSION=${VERSION:-1.0.1.0}
VERSION=${VERSION:-1.0.2.1}
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,10 +1,10 @@
PRGNAM="haskell-attoparsec-iso8601"
VERSION="1.0.1.0"
VERSION="1.0.2.1"
HOMEPAGE="https://hackage.haskell.org/package/attoparsec-iso8601"
DOWNLOAD="https://hackage.haskell.org/packages/archive/attoparsec-iso8601/1.0.1.0/attoparsec-iso8601-1.0.1.0.tar.gz"
MD5SUM="af5ed13c32e07587aa63f3d21d99db13"
DOWNLOAD="https://hackage.haskell.org/packages/archive/attoparsec-iso8601/1.0.2.1/attoparsec-iso8601-1.0.2.1.tar.gz"
MD5SUM="e1c712a9829959b4128db8b117687d40"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-attoparsec haskell-base-compat"
REQUIRES="haskell-attoparsec haskell-base-compat-batteries haskell-time-compat"
MAINTAINER="David Spencer"
EMAIL="baildon.research@googlemail.com"