haskell/haskell-json: Updated for version 0.10.

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 2021-05-02 14:26:23 +12:00 committed by Willy Sudiarto Raharjo
parent 26ec89b1c2
commit 74c28f0b14
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-json
VERSION=${VERSION:-0.9.2}
VERSION=${VERSION:-0.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,8 +1,8 @@
PRGNAM="haskell-json"
VERSION="0.9.2"
VERSION="0.10"
HOMEPAGE="https://hackage.haskell.org/package/json"
DOWNLOAD="https://hackage.haskell.org/packages/archive/json/0.9.2/json-0.9.2.tar.gz"
MD5SUM="6c0c1a90563a2d3d1bf96ba5478effc9"
DOWNLOAD="https://hackage.haskell.org/packages/archive/json/0.10/json-0.10.tar.gz"
MD5SUM="a30006f2e673b29852be7c001cfc2bfa"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-syb"