mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
haskell/haskell-aeson-pretty: Updated for version 0.8.9.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
7f700c7153
commit
e5b2667ce1
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=haskell-aeson-pretty
|
||||
VERSION=${VERSION:-0.8.7}
|
||||
VERSION=${VERSION:-0.8.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="haskell-aeson-pretty"
|
||||
VERSION="0.8.7"
|
||||
VERSION="0.8.9"
|
||||
HOMEPAGE="https://hackage.haskell.org/package/aeson-pretty"
|
||||
DOWNLOAD="https://hackage.haskell.org/packages/archive/aeson-pretty/0.8.7/aeson-pretty-0.8.7.tar.gz"
|
||||
MD5SUM="d83188bff0ddecc881279235d1600748"
|
||||
DOWNLOAD="https://hackage.haskell.org/packages/archive/aeson-pretty/0.8.9/aeson-pretty-0.8.9.tar.gz"
|
||||
MD5SUM="8d58b436360a293dd837677c19ef1381"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="haskell-aeson haskell-attoparsec haskell-base-compat haskell-cmdargs haskell-scientific haskell-semigroups haskell-unordered-containers haskell-vector"
|
||||
|
|
Loading…
Reference in a new issue