Upgrade to ghc 6.8.1

This commit is contained in:
Bryan O'Sullivan 2007-11-06 00:35:13 +00:00
parent a20a5e5947
commit e8ba9bc72a
3 changed files with 12 additions and 10 deletions

View File

@ -1,2 +1,2 @@
ghc-6.8.0.20070928-src-extralibs.tar.bz2
ghc-6.8.0.20070928-src.tar.bz2
ghc-6.8.1-src-extralibs.tar.bz2
ghc-6.8.1-src.tar.bz2

View File

@ -1,4 +1,4 @@
%define ghcver ghc680
%define ghcver ghc681
# speed up test builds by not building profiled libraries
%define build_prof 1
@ -17,12 +17,12 @@
%define package_debugging 0
Name: ghc
Version: 6.8.0.20070928
Release: 2%{?dist}
Version: 6.8.1
Release: 1%{?dist}
Summary: Glasgow Haskell Compilation system
# See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239713
ExcludeArch: ppc64
License: BSD style
License: BSD
Group: Development/Languages
Source0: http://www.haskell.org/ghc/dist/%{version}/ghc-%{version}-src.tar.bz2
Source1: http://www.haskell.org/ghc/dist/%{version}/ghc-%{version}-src-extralibs.tar.bz2
@ -37,7 +37,6 @@ BuildRequires: freeglut-devel, openal-devel
# haddock generates docs in libraries
BuildRequires: libxslt, docbook-style-xsl, haddock >= 0.8
%endif
Prefix: %{_prefix}
%description
GHC is a state-of-the-art programming suite for Haskell, a purely
@ -82,7 +81,7 @@ needed.
%package doc
Summary: Documentation for GHC
Group: Development/Languages
Requires: %{name}
Requires: %{name} = %{version}-%{release}
%description doc
Preformatted documentation for the Glorious Glasgow Haskell
@ -235,6 +234,9 @@ fi
%changelog
* Sun Nov 4 2007 Michel Salim <michel.sylvan@gmail.com> - 6.8.1-1
- Update to 6.8.1
* Sat Sep 29 2007 Bryan O'Sullivan <bos@serpentine.com> - 6.8.0.20070928-2
- add happy to BuildRequires

View File

@ -1,2 +1,2 @@
8699ec00c510077ad6c632aea19ec1e0 ghc-6.8.0.20070928-src-extralibs.tar.bz2
2f3d20ad0c68cd77a06b708e4d8360c5 ghc-6.8.0.20070928-src.tar.bz2
f91de87e7c0a3fe2f27c5a83212d9743 ghc-6.8.1-src-extralibs.tar.bz2
8d47d4dcde96c31fe8bedcee7f99eaf1 ghc-6.8.1-src.tar.bz2