diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2012-06-27 15:43:54 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-27 15:43:54 -0400 |
commit | 4ae4de6c02750bee49af32598f80e06b74f1e29f (patch) | |
tree | 49230bfdb4556d31d0e6a41275e0a4385bc65dec /haskell | |
parent | 4abc18ef1387a9985ad7b40fd799f1fe686b2eb8 (diff) |
haskell/ghc: Updated for version 7.4.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/ghc/ghc.SlackBuild | 6 | ||||
-rw-r--r-- | haskell/ghc/ghc.info | 12 | ||||
-rw-r--r-- | haskell/ghc/slack-desc | 4 |
3 files changed, 11 insertions, 11 deletions
diff --git a/haskell/ghc/ghc.SlackBuild b/haskell/ghc/ghc.SlackBuild index 05d48a7a3a4c..4a722cfeb5d8 100644 --- a/haskell/ghc/ghc.SlackBuild +++ b/haskell/ghc/ghc.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for ghc -# Copyright 2011 Mikko Värri, Finland +# Copyright 2012 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=ghc -VERSION=${VERSION:-7.0.3} +VERSION=${VERSION:-7.4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -82,7 +82,7 @@ CXXFLAGS="$SLKCFLAGS" \ make install DESTDIR=$PKG -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true find $PKG/usr/man -type f -exec gzip -9 {} \; diff --git a/haskell/ghc/ghc.info b/haskell/ghc/ghc.info index 4ef56e1b2547..bb86424faa72 100644 --- a/haskell/ghc/ghc.info +++ b/haskell/ghc/ghc.info @@ -1,10 +1,10 @@ PRGNAM="ghc" -VERSION="7.0.3" +VERSION="7.4.2" HOMEPAGE="http://haskell.org/ghc/" -DOWNLOAD="http://haskell.org/ghc/dist/7.0.3/ghc-7.0.3-i386-unknown-linux.tar.bz2" -MD5SUM="80adbf2356bacbe79234da730a7dfb88" -DOWNLOAD_x86_64="http://haskell.org/ghc/dist/7.0.3/ghc-7.0.3-x86_64-unknown-linux.tar.bz2" -MD5SUM_x86_64="047d7fd883ab631503162bfcabea8e83" +DOWNLOAD="http://www.haskell.org/ghc/dist/7.4.2/ghc-7.4.2-i386-unknown-linux.tar.bz2" +MD5SUM="7c454da352c4ceb8cf3c75d258bb6ed1" +DOWNLOAD_x86_64="http://www.haskell.org/ghc/dist/7.4.2/ghc-7.4.2-x86_64-unknown-linux.tar.bz2" +MD5SUM_x86_64="de67ecfe619b0126d8a8b93d26f34555" MAINTAINER="Mikko Värri" EMAIL="vmj@linuxbox.fi" -APPROVED="rworkman" +APPROVED="dsomero" diff --git a/haskell/ghc/slack-desc b/haskell/ghc/slack-desc index a1743f135ef8..10bcb76c0055 100644 --- a/haskell/ghc/slack-desc +++ b/haskell/ghc/slack-desc @@ -8,9 +8,9 @@ |-----handy-ruler------------------------------------------------------| ghc: ghc (The Glasgow Haskell Compiler) ghc: -ghc: GHC is a state-of-the-art, open source, compiler and interactive +ghc: GHC is a state-of-the-art, open source, compiler and interactive ghc: environment for the functional language Haskell. -ghc: This is a complete build, including interactive system, profiling +ghc: This is a complete build, including interactive system, profiling ghc: libraries and documentation. ghc: ghc: Homepage: http://haskell.org/ghc/ |