summaryrefslogtreecommitdiffstats
path: root/haskell
diff options
context:
space:
mode:
author Mikko Värri <vmj@linuxbox.fi>2013-03-04 00:04:58 -0500
committer dsomero <xgizzmo@slackbuilds.org>2013-03-04 17:26:49 -0500
commitb3d0ce81cd8811b4b3cf99702cba06c41e3a0cc7 (patch)
tree3431d10e99fae6c28739550a2ba3831d000cda4a /haskell
parentdaa22e2a00e4604991da24e18c08a903027dfdc1 (diff)
downloadslackbuilds-b3d0ce81cd8811b4b3cf99702cba06c41e3a0cc7.tar.gz
slackbuilds-b3d0ce81cd8811b4b3cf99702cba06c41e3a0cc7.tar.xz
haskell/haskell-text: Updated for version 0.11.2.3.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell')
-rw-r--r--haskell/haskell-text/haskell-text.SlackBuild4
-rw-r--r--haskell/haskell-text/haskell-text.info8
-rw-r--r--haskell/haskell-text/slack-desc10
3 files changed, 11 insertions, 11 deletions
diff --git a/haskell/haskell-text/haskell-text.SlackBuild b/haskell/haskell-text/haskell-text.SlackBuild
index bd959fe014..445fa5f0da 100644
--- a/haskell/haskell-text/haskell-text.SlackBuild
+++ b/haskell/haskell-text/haskell-text.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for text
-# 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,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-text
-VERSION=${VERSION:-0.11.2.2}
+VERSION=${VERSION:-0.11.2.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/haskell/haskell-text/haskell-text.info b/haskell/haskell-text/haskell-text.info
index bd29af563a..0ab61f92a7 100644
--- a/haskell/haskell-text/haskell-text.info
+++ b/haskell/haskell-text/haskell-text.info
@@ -1,10 +1,10 @@
PRGNAM="haskell-text"
-VERSION="0.11.2.2"
+VERSION="0.11.2.3"
HOMEPAGE="http://hackage.haskell.org/package/text"
-DOWNLOAD="http://hackage.haskell.org/packages/archive/text/0.11.2.2/text-0.11.2.2.tar.gz"
-MD5SUM="a0609d6e1b2674aff49e276d46d8111a"
+DOWNLOAD="http://hackage.haskell.org/packages/archive/text/0.11.2.3/text-0.11.2.3.tar.gz"
+MD5SUM="7a469d49a7576fb3a18785cb64d4ee6c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="ghc"
+REQUIRES="haskell-extensible-exceptions"
MAINTAINER="Mikko Värri"
EMAIL="vmj@linuxbox.fi"
diff --git a/haskell/haskell-text/slack-desc b/haskell/haskell-text/slack-desc
index 22298daaeb..a560ad14ec 100644
--- a/haskell/haskell-text/slack-desc
+++ b/haskell/haskell-text/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-text: haskell-text (Fast, packed Unicode strings, using stream fusion)