diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2012-06-27 16:10:26 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-27 16:10:26 -0400 |
commit | 9d0aa4019cb01ae2e99fc9c86023329536bee3ba (patch) | |
tree | 987d029d10a5a3d5ab935e832e05925eb7132a5b /haskell/haskell-text | |
parent | 764106c2d26e4c00a8ecac19e5a706d0d17503cf (diff) | |
download | slackbuilds-9d0aa4019cb01ae2e99fc9c86023329536bee3ba.tar.gz |
haskell/haskell-text: Updated for version 0.11.2.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-text')
-rw-r--r-- | haskell/haskell-text/README | 2 | ||||
-rw-r--r-- | haskell/haskell-text/haskell-text.SlackBuild | 3 | ||||
-rw-r--r-- | haskell/haskell-text/haskell-text.info | 8 |
3 files changed, 7 insertions, 6 deletions
diff --git a/haskell/haskell-text/README b/haskell/haskell-text/README index 2d3b2ea8de..dfe51ee204 100644 --- a/haskell/haskell-text/README +++ b/haskell/haskell-text/README @@ -1,7 +1,7 @@ An efficient packed, immutable Unicode text type for Haskell programs. -This requires ghc and haskell-deepseq. +This requires ghc. After uninstalling, run this command to unregister the package from the ghc package database: ghc-pkg recache diff --git a/haskell/haskell-text/haskell-text.SlackBuild b/haskell/haskell-text/haskell-text.SlackBuild index 7acf034b1c..bd959fe014 100644 --- a/haskell/haskell-text/haskell-text.SlackBuild +++ b/haskell/haskell-text/haskell-text.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=haskell-text -VERSION=${VERSION:-0.11.1.12} +VERSION=${VERSION:-0.11.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -80,6 +80,7 @@ runghc Setup configure \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --libsubdir=ghc-${GHC_VERSION}/$SRCNAM-$VERSION \ --enable-shared \ + --enable-library-profiling \ --docdir=/usr/doc/$PRGNAM-$VERSION runghc Setup build diff --git a/haskell/haskell-text/haskell-text.info b/haskell/haskell-text/haskell-text.info index 5dccfa0039..19e9a6c0dd 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.1.12" +VERSION="0.11.2.2" HOMEPAGE="http://hackage.haskell.org/package/text" -DOWNLOAD="http://hackage.haskell.org/packages/archive/text/0.11.1.12/text-0.11.1.12.tar.gz" -MD5SUM="26aa8e1030cdf04488683bcfb4fa87e5" +DOWNLOAD="http://hackage.haskell.org/packages/archive/text/0.11.2.2/text-0.11.2.2.tar.gz" +MD5SUM="a0609d6e1b2674aff49e276d46d8111a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Mikko Värri" EMAIL="vmj@linuxbox.fi" -APPROVED="rworkman,Niels Horn" +APPROVED="dsomero" |