summaryrefslogtreecommitdiffstats
path: root/haskell
diff options
context:
space:
mode:
author Mikko Värri2013-03-04 06:04:24 +0100
committer dsomero2013-03-04 23:26:43 +0100
commitac1f66a4d4bcdffa59ac6e7616b0c006f5dd55da (patch)
treec2d00167fa69cf6094826e946dc5aac276479021 /haskell
parent74d2ca8dd45eaccc6e511cacded837d3eea99adf (diff)
downloadslackbuilds-ac1f66a4d4bcdffa59ac6e7616b0c006f5dd55da.tar.gz
haskell/haskell-cgi: Updated for version 3001.1.8.3.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell')
-rw-r--r--haskell/haskell-cgi/haskell-cgi.SlackBuild6
-rw-r--r--haskell/haskell-cgi/haskell-cgi.info8
-rw-r--r--haskell/haskell-cgi/slack-desc10
3 files changed, 12 insertions, 12 deletions
diff --git a/haskell/haskell-cgi/haskell-cgi.SlackBuild b/haskell/haskell-cgi/haskell-cgi.SlackBuild
index 45eba90551..dc44d50ab1 100644
--- a/haskell/haskell-cgi/haskell-cgi.SlackBuild
+++ b/haskell/haskell-cgi/haskell-cgi.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for cgi
-# 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-cgi
-VERSION=${VERSION:-3001.1.8.2}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-3001.1.8.3}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCNAM="$( echo $PRGNAM | cut -d- -f2- )"
diff --git a/haskell/haskell-cgi/haskell-cgi.info b/haskell/haskell-cgi/haskell-cgi.info
index 7f8955e51f..e016b958d2 100644
--- a/haskell/haskell-cgi/haskell-cgi.info
+++ b/haskell/haskell-cgi/haskell-cgi.info
@@ -1,10 +1,10 @@
PRGNAM="haskell-cgi"
-VERSION="3001.1.8.2"
+VERSION="3001.1.8.3"
HOMEPAGE="http://hackage.haskell.org/package/cgi"
-DOWNLOAD="http://hackage.haskell.org/packages/archive/cgi/3001.1.8.2/cgi-3001.1.8.2.tar.gz"
-MD5SUM="4092efaf00ac329b9771879f57a95323"
+DOWNLOAD="http://hackage.haskell.org/packages/archive/cgi/3001.1.8.3/cgi-3001.1.8.3.tar.gz"
+MD5SUM="5e1cdb5cb41931a45f549d9eb38c0d07"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="haskell-MonadCatchIO-mtl haskell-network haskell-xhtml"
+REQUIRES="haskell-extensible-exceptions haskell-MonadCatchIO-mtl haskell-network haskell-xhtml"
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"
diff --git a/haskell/haskell-cgi/slack-desc b/haskell/haskell-cgi/slack-desc
index c3be262247..2e402659f5 100644
--- a/haskell/haskell-cgi/slack-desc
+++ b/haskell/haskell-cgi/slack-desc
@@ -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-cgi: haskell-cgi (A Haskell library for writing CGI programs)