diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-15 18:55:42 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-16 08:20:17 +0700 |
commit | 3170aa2d1ec33d081a1389c9838c86ae67bde961 (patch) | |
tree | d0b9664b1e08d77b414ac9891d5751e4713ad141 /haskell/haskell-pretty-show | |
parent | 85b082da43bdfd9da00d3e4a5daf1f83eb3da624 (diff) |
haskell/haskell-pretty-show: Updated for version 1.10.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-pretty-show')
-rw-r--r-- | haskell/haskell-pretty-show/haskell-pretty-show.SlackBuild | 2 | ||||
-rw-r--r-- | haskell/haskell-pretty-show/haskell-pretty-show.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/haskell/haskell-pretty-show/haskell-pretty-show.SlackBuild b/haskell/haskell-pretty-show/haskell-pretty-show.SlackBuild index 9dabb1e9a812..8c0562f2c32d 100644 --- a/haskell/haskell-pretty-show/haskell-pretty-show.SlackBuild +++ b/haskell/haskell-pretty-show/haskell-pretty-show.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haskell-pretty-show -VERSION=${VERSION:-1.9.1} +VERSION=${VERSION:-1.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/haskell/haskell-pretty-show/haskell-pretty-show.info b/haskell/haskell-pretty-show/haskell-pretty-show.info index d9bd4d0650b6..45adaf41969f 100644 --- a/haskell/haskell-pretty-show/haskell-pretty-show.info +++ b/haskell/haskell-pretty-show/haskell-pretty-show.info @@ -1,8 +1,8 @@ PRGNAM="haskell-pretty-show" -VERSION="1.9.1" +VERSION="1.10" HOMEPAGE="https://hackage.haskell.org/package/pretty-show" -DOWNLOAD="https://hackage.haskell.org/packages/archive/pretty-show/1.9.1/pretty-show-1.9.1.tar.gz" -MD5SUM="38cac606416db1e5cbcd77980d8ae638" +DOWNLOAD="https://hackage.haskell.org/packages/archive/pretty-show/1.10/pretty-show-1.10.tar.gz" +MD5SUM="1d4c4c9c02c5865eb5ac30c29d9ffc4d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="happy haskell-lexer" |