haskell/haskell-json: Updated for version 0.9.1.

Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
David Spencer 2016-05-07 10:11:44 +01:00 committed by Willy Sudiarto Raharjo
parent cfdab44b66
commit 0130e3ad98
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,8 +1,8 @@
PRGNAM="haskell-json"
VERSION="0.9"
VERSION="0.9.1"
HOMEPAGE="http://hackage.haskell.org/package/json"
DOWNLOAD="http://hackage.haskell.org/packages/archive/json/0.9/json-0.9.tar.gz"
MD5SUM="5429e82c20c9964bb663fcc8a432b5bf"
DOWNLOAD="http://hackage.haskell.org/packages/archive/json/0.9.1/json-0.9.1.tar.gz"
MD5SUM="39f878c351120c7d8bd1d634eee26cbb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-text haskell-mtl haskell-syb"