diff options
author | David Spencer <baildon.research@googlemail.com> | 2016-05-07 17:45:50 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-08 08:22:31 +0700 |
commit | 8add64cc0b539b8fd8f23fe4601ab7e3aad3d95e (patch) | |
tree | 101d7848d45440fe692a7d70636e955ae33e5564 /haskell/haskell-exceptions | |
parent | cb01a451b677604ff19c367a7b8da7c70be24ca0 (diff) | |
download | slackbuilds-8add64cc0b539b8fd8f23fe4601ab7e3aad3d95e.tar.gz |
haskell/haskell-exceptions: Updated for version 0.8.2.1.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'haskell/haskell-exceptions')
-rw-r--r-- | haskell/haskell-exceptions/haskell-exceptions.SlackBuild | 2 | ||||
-rw-r--r-- | haskell/haskell-exceptions/haskell-exceptions.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/haskell/haskell-exceptions/haskell-exceptions.SlackBuild b/haskell/haskell-exceptions/haskell-exceptions.SlackBuild index 8f140120ad..1a18b670ee 100644 --- a/haskell/haskell-exceptions/haskell-exceptions.SlackBuild +++ b/haskell/haskell-exceptions/haskell-exceptions.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=haskell-exceptions -VERSION=${VERSION:-0.6.1} +VERSION=${VERSION:-0.8.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/haskell/haskell-exceptions/haskell-exceptions.info b/haskell/haskell-exceptions/haskell-exceptions.info index 9eb7a8988a..a532c40dbc 100644 --- a/haskell/haskell-exceptions/haskell-exceptions.info +++ b/haskell/haskell-exceptions/haskell-exceptions.info @@ -1,10 +1,10 @@ PRGNAM="haskell-exceptions" -VERSION="0.6.1" +VERSION="0.8.2.1" HOMEPAGE="http://hackage.haskell.org/package/exceptions" -DOWNLOAD="http://hackage.haskell.org/package/exceptions-0.6.1/exceptions-0.6.1.tar.gz" -MD5SUM="26109b56b4991de11e25a0776e0d5a7f" +DOWNLOAD="http://hackage.haskell.org/package/exceptions-0.8.2.1/exceptions-0.8.2.1.tar.gz" +MD5SUM="af0fcdcef5f09c0bf18a04c393bdfe26" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="haskell-mtl" +REQUIRES="ghc haskell-mtl haskell-stm haskell-transformers-compat" MAINTAINER="Mikko Värri" EMAIL="vmj@linuxbox.fi" |