summaryrefslogtreecommitdiffstats
path: root/haskell
diff options
context:
space:
mode:
author Mikko Värri <vmj@linuxbox.fi>2013-03-04 00:04:38 -0500
committer dsomero <xgizzmo@slackbuilds.org>2013-03-04 17:26:45 -0500
commit20cf3bb64deba36b046d7c1b4cb47bcf251c881d (patch)
tree111809bab33b080baf36eb95bd8e539001155d9d /haskell
parent9a326ed6be105cb3762fb3f7ef542d8c9082983c (diff)
downloadslackbuilds-20cf3bb64deba36b046d7c1b4cb47bcf251c881d.tar.gz
slackbuilds-20cf3bb64deba36b046d7c1b4cb47bcf251c881d.tar.xz
haskell/haskell-json: Updated for version 0.7.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell')
-rw-r--r--haskell/haskell-json/haskell-json.SlackBuild4
-rw-r--r--haskell/haskell-json/haskell-json.info8
-rw-r--r--haskell/haskell-json/slack-desc10
3 files changed, 11 insertions, 11 deletions
diff --git a/haskell/haskell-json/haskell-json.SlackBuild b/haskell/haskell-json/haskell-json.SlackBuild
index 4f53a05316..435518125e 100644
--- a/haskell/haskell-json/haskell-json.SlackBuild
+++ b/haskell/haskell-json/haskell-json.SlackBuild
@@ -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}
diff --git a/haskell/haskell-json/haskell-json.info b/haskell/haskell-json/haskell-json.info
index 5ee6f4ea9a..3b72b59541 100644
--- a/haskell/haskell-json/haskell-json.info
+++ b/haskell/haskell-json/haskell-json.info
@@ -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"
diff --git a/haskell/haskell-json/slack-desc b/haskell/haskell-json/slack-desc
index 84b1d01584..357cfed732 100644
--- a/haskell/haskell-json/slack-desc
+++ b/haskell/haskell-json/slack-desc
@@ -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)