diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2012-06-27 15:45:32 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-27 15:45:32 -0400 |
commit | c34c51b654497cea8cdc5d08251f0644968a843d (patch) | |
tree | e9caa002abd872d30f4dbfaf8c38a305fc9f8800 /haskell/haskell-bmp | |
parent | 67e9d50c679df42146ca4c8d3cd3d1ea58e5a697 (diff) | |
download | slackbuilds-c34c51b654497cea8cdc5d08251f0644968a843d.tar.gz |
haskell/haskell-bmp: Updated for version 1.2.1.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-bmp')
-rw-r--r-- | haskell/haskell-bmp/README | 5 | ||||
-rw-r--r-- | haskell/haskell-bmp/haskell-bmp.SlackBuild | 3 | ||||
-rw-r--r-- | haskell/haskell-bmp/haskell-bmp.info | 8 |
3 files changed, 10 insertions, 6 deletions
diff --git a/haskell/haskell-bmp/README b/haskell/haskell-bmp/README index a9dcffa02a..613709018e 100644 --- a/haskell/haskell-bmp/README +++ b/haskell/haskell-bmp/README @@ -1,4 +1,7 @@ Read and write uncompressed BMP image files. 100% robust Haskell implementation. -This requires ghc and haskell-binary. +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-bmp/haskell-bmp.SlackBuild b/haskell/haskell-bmp/haskell-bmp.SlackBuild index cb82ccea7d..cbcf1a7c1e 100644 --- a/haskell/haskell-bmp/haskell-bmp.SlackBuild +++ b/haskell/haskell-bmp/haskell-bmp.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=haskell-bmp -VERSION=${VERSION:-1.2.0.2} +VERSION=${VERSION:-1.2.1.1} 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-bmp/haskell-bmp.info b/haskell/haskell-bmp/haskell-bmp.info index b4fecbb70f..49eb4f3419 100644 --- a/haskell/haskell-bmp/haskell-bmp.info +++ b/haskell/haskell-bmp/haskell-bmp.info @@ -1,10 +1,10 @@ PRGNAM="haskell-bmp" -VERSION="1.2.0.2" +VERSION="1.2.1.1" HOMEPAGE="http://hackage.haskell.org/package/bmp" -DOWNLOAD="http://hackage.haskell.org/packages/archive/bmp/1.2.0.2/bmp-1.2.0.2.tar.gz" -MD5SUM="bbabceb5354dd6af4e2d63b7df28d9f8" +DOWNLOAD="http://hackage.haskell.org/packages/archive/bmp/1.2.1.1/bmp-1.2.1.1.tar.gz" +MD5SUM="be8d99b3b7343f3fb78c483291fddba3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Mikko Värri" EMAIL="vmj@linuxbox.fi" -APPROVED="Niels Horn" +APPROVED="dsomero" |