Browse Source

haskell/haskell-aeson-compat: Updated for version 0.3.10.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
pull/159/head
Andrew Clemons 4 years ago
parent
commit
7f700c7153
No known key found for this signature in database GPG Key ID: CD26380FFACBDA2B
  1. 3
      haskell/haskell-aeson-compat/haskell-aeson-compat.SlackBuild
  2. 8
      haskell/haskell-aeson-compat/haskell-aeson-compat.info

3
haskell/haskell-aeson-compat/haskell-aeson-compat.SlackBuild

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haskell-aeson-compat
VERSION=${VERSION:-0.3.9}
VERSION=${VERSION:-0.3.10}
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/2.cabal > $SRCNAM.cabal
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

8
haskell/haskell-aeson-compat/haskell-aeson-compat.info

@ -1,8 +1,10 @@
PRGNAM="haskell-aeson-compat"
VERSION="0.3.9"
VERSION="0.3.10"
HOMEPAGE="https://hackage.haskell.org/package/aeson-compat"
DOWNLOAD="https://hackage.haskell.org/packages/archive/aeson-compat/0.3.9/aeson-compat-0.3.9.tar.gz"
MD5SUM="8a4caac9283b46b0db7ee2c69aad2abc"
DOWNLOAD="https://hackage.haskell.org/packages/archive/aeson-compat/0.3.10/aeson-compat-0.3.10.tar.gz \
https://hackage.haskell.org/package/aeson-compat-0.3.10/revision/2.cabal"
MD5SUM="bd47941ce142bc69b0433bef00ebd11b \
5da558645e0c6dfc1b2b1455db5c11b2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-aeson haskell-attoparsec haskell-attoparsec-iso8601 haskell-base-compat haskell-exceptions haskell-hashable haskell-nats haskell-scientific haskell-semigroups haskell-tagged haskell-time-locale-compat haskell-unordered-containers haskell-vector haskell-void"

Loading…
Cancel
Save