From 07aa9b00440a2c57356aff67f194359a28298175 Mon Sep 17 00:00:00 2001 From: pgj Date: Mon, 13 Feb 2012 03:49:32 +0000 Subject: - Please welcome GHC 7.0.4 GHC in the ports tree has been updated to version 7.0.4 and the port revision for all the Haskell ports without version changes are bumped. Other per-port updates are coming soon. This update also incorporates some improvements for bsd.cabal.mk that makes working with Haskell ports even easier. Thanks ashish@ for the help! Obtained from: FreeBSD Haskell --- archivers/hs-zip-archive/Makefile | 2 +- archivers/hs-zlib/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'archivers') diff --git a/archivers/hs-zip-archive/Makefile b/archivers/hs-zip-archive/Makefile index 63f1b930b9a8..a33ffbc55437 100644 --- a/archivers/hs-zip-archive/Makefile +++ b/archivers/hs-zip-archive/Makefile @@ -7,7 +7,7 @@ PORTNAME= zip-archive PORTVERSION= 0.1.1.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers haskell MAINTAINER= haskell@FreeBSD.org diff --git a/archivers/hs-zlib/Makefile b/archivers/hs-zlib/Makefile index f8caa6459136..f4e204f100a0 100644 --- a/archivers/hs-zlib/Makefile +++ b/archivers/hs-zlib/Makefile @@ -6,7 +6,7 @@ PORTNAME= zlib PORTVERSION= 0.5.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= archivers haskell MAINTAINER= haskell@FreeBSD.org -- cgit