mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
haskell/haskell-json: Updated for version 0.7.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
9a326ed6be
commit
20cf3bb64d
3 changed files with 11 additions and 11 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for json
|
||||
|
||||
# Written by Peter Wang (novalazy@gmail.com)
|
||||
# Copyright 2012 Mikko Värri, Finland
|
||||
# Copyright 2013 Mikko Värri, Finland
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=haskell-json
|
||||
VERSION=${VERSION:-0.5}
|
||||
VERSION=${VERSION:-0.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="haskell-json"
|
||||
VERSION="0.5"
|
||||
VERSION="0.7"
|
||||
HOMEPAGE="http://hackage.haskell.org/package/json"
|
||||
DOWNLOAD="http://hackage.haskell.org/packages/archive/json/0.5/json-0.5.tar.gz"
|
||||
MD5SUM="dc61a7972a5f265ae310bcdbddaed15c"
|
||||
DOWNLOAD="http://hackage.haskell.org/packages/archive/json/0.7/json-0.7.tar.gz"
|
||||
MD5SUM="bfa338cafdc88b0f6c9897bb4917e48a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="haskell-mtl haskell-syb"
|
||||
REQUIRES="haskell-text haskell-mtl haskell-syb"
|
||||
MAINTAINER="Mikko Värri"
|
||||
EMAIL="vmj@linuxbox.fi"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
haskell-json: haskell-json (JSON implementation for Haskell)
|
||||
|
|
Loading…
Reference in a new issue