haskell/haskell-MonadCatchIO-mtl: Updated for version 0.3.0.5.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
Mikko Värri 2013-03-04 00:04:10 -05:00 committed by dsomero
parent 292d7d26cc
commit 94f4b50ad3
3 changed files with 12 additions and 12 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for MonadCatchIO-mtl
# 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
@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-MonadCatchIO-mtl
VERSION=${VERSION:-0.3.0.4}
BUILD=${BUILD:-2}
VERSION=${VERSION:-0.3.0.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCNAM="$( echo $PRGNAM | cut -d- -f2- )"

View file

@ -1,10 +1,10 @@
PRGNAM="haskell-MonadCatchIO-mtl"
VERSION="0.3.0.4"
VERSION="0.3.0.5"
HOMEPAGE="http://hackage.haskell.org/package/MonadCatchIO-mtl"
DOWNLOAD="http://hackage.haskell.org/packages/archive/MonadCatchIO-mtl/0.3.0.4/MonadCatchIO-mtl-0.3.0.4.tar.gz"
MD5SUM="29217e4667f96f2071611125de9fc872"
DOWNLOAD="http://hackage.haskell.org/packages/archive/MonadCatchIO-mtl/0.3.0.5/MonadCatchIO-mtl-0.3.0.5.tar.gz"
MD5SUM="5e8401291f4dbd312449a720e8e6fb5e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-mtl"
REQUIRES="haskell-extensible-exceptions haskell-mtl"
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"

View file

@ -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-MonadCatchIO-mtl: haskell-MonadCatchIO-mtl (Monad-transformer version of haskell-mtl)