diff options
author | David Spencer <baildon.research@googlemail.com> | 2016-05-07 10:11:44 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-08 08:22:31 +0700 |
commit | 0130e3ad9808a6f8bea08be2127625b51595e488 (patch) | |
tree | ac8a24f97cc465f9d878f5fdb5059ef9ff2c6489 /haskell | |
parent | cfdab44b66e1b8086d85ed6a64057ff7a6f20c1c (diff) | |
download | slackbuilds-0130e3ad9808a6f8bea08be2127625b51595e488.tar.gz |
haskell/haskell-json: Updated for version 0.9.1.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/haskell-json/haskell-json.SlackBuild | 2 | ||||
-rw-r--r-- | haskell/haskell-json/haskell-json.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/haskell/haskell-json/haskell-json.SlackBuild b/haskell/haskell-json/haskell-json.SlackBuild index 622d38105a..cc1870b994 100644 --- a/haskell/haskell-json/haskell-json.SlackBuild +++ b/haskell/haskell-json/haskell-json.SlackBuild @@ -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} diff --git a/haskell/haskell-json/haskell-json.info b/haskell/haskell-json/haskell-json.info index c9726d1890..de2c83abdc 100644 --- a/haskell/haskell-json/haskell-json.info +++ b/haskell/haskell-json/haskell-json.info @@ -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" |