From 34b478a7fd4e8c7a9cc8c84d22c9369e496e4298 Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan Date: Thu, 19 Jun 2008 02:41:10 +0000 Subject: [PATCH] Remove unnecessary dependency on alex --- ghc-6.8.3-libraries-config.patch | 3 +-- ghc.spec | 5 ++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ghc-6.8.3-libraries-config.patch b/ghc-6.8.3-libraries-config.patch index f9e395a..e463d4b 100644 --- a/ghc-6.8.3-libraries-config.patch +++ b/ghc-6.8.3-libraries-config.patch @@ -1,10 +1,9 @@ --- ghc-6.8.3/libraries/Makefile~ 2008-06-17 23:10:28.000000000 -0700 +++ ghc-6.8.3/libraries/Makefile 2008-06-17 23:21:21.000000000 -0700 -@@ -256,6 +256,9 @@ +@@ -256,6 +256,8 @@ --with-hc-pkg=../../utils/ghc-pkg/ghc-pkg-inplace \ --with-hsc2hs=../../utils/hsc2hs/hsc2hs-inplace \ --with-ld=$(LD) \ -+ --with-alex=$(ALEX) \ + --with-haddock=$(HADDOCK) \ + --with-happy=$(HAPPY) \ --haddock-options="--use-contents=../index.html \ diff --git a/ghc.spec b/ghc.spec index 6fc0ca5..d9e6266 100644 --- a/ghc.spec +++ b/ghc.spec @@ -16,7 +16,7 @@ Name: ghc Version: 6.8.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Glasgow Haskell Compilation system # See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239713 ExcludeArch: alpha ppc64 @@ -209,6 +209,9 @@ fi %changelog +* Wed Jun 18 2008 Bryan O'Sullivan - 6.8.3-2 +- Remove unnecessary dependency on alex + * Wed Jun 18 2008 Bryan O'Sullivan - 6.8.3-1 - Upgrade to 6.8.3 - Drop the ghc682-style naming scheme, obsolete those packages