diff options
author | olgeni <olgeni@FreeBSD.org> | 2002-01-31 19:09:01 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2002-01-31 19:09:01 +0800 |
commit | e6ff3557bf7f2c88caad0d93f215c128c9b23719 (patch) | |
tree | e1e96282467b07a25033e8a2dbc2174ca62ccf04 /lang/ghc/Makefile | |
parent | 39c02ca2042b02832d365a3a9837d101351f5a47 (diff) | |
download | freebsd-ports-gnome-e6ff3557bf7f2c88caad0d93f215c128c9b23719.tar.gz freebsd-ports-gnome-e6ff3557bf7f2c88caad0d93f215c128c9b23719.tar.zst freebsd-ports-gnome-e6ff3557bf7f2c88caad0d93f215c128c9b23719.zip |
Update port to version 5.02.2 and remove dependency on devel/happy from the
configuration script.
PR: 34349
Submitted by: Simon Marlow <simon@smarlow.com>
Diffstat (limited to 'lang/ghc/Makefile')
-rw-r--r-- | lang/ghc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index f2dfdcdfa479..da1dac950e75 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= ghc -PORTVERSION= 5.02.1 +PORTVERSION= 5.02.2 CATEGORIES= lang MASTER_SITES= http://www.haskell.org/ghc/dist/${PORTVERSION}/ |