diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-05-02 14:26:23 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-02 17:21:07 +0700 |
commit | 74c28f0b14a359a1844157c4e0e9390bfcb9a55a (patch) | |
tree | 198b125262ef09e921ae10c3201de46409179ab8 /haskell/haskell-json | |
parent | 26ec89b1c26fa31f158d4952705fe56e28bcf901 (diff) |
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>
Diffstat (limited to 'haskell/haskell-json')
-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 693f5170cddf..f93c633c90a4 100644 --- a/haskell/haskell-json/haskell-json.SlackBuild +++ b/haskell/haskell-json/haskell-json.SlackBuild @@ -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} diff --git a/haskell/haskell-json/haskell-json.info b/haskell/haskell-json/haskell-json.info index 7eceb237f8ef..191dcef20b5d 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.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" |