0850017
# Shared haskell libraries are supported for x86* archs
37c681b
# (disabled for other archs in ghc-rpm-macros)
05d6abb
356d662
# To bootstrap build a new version of ghc, uncomment the following:
b94bbde
#%%global ghc_bootstrapping 1
b94bbde
#%%{?ghc_bootstrap}
b94bbde
#%%global without_testsuite 1
b94bbde
#%%global without_haddock 1
f673bd8
f0b82bb
# To do a test build instead with shared libs, uncomment the following:
f0b82bb
#%%global ghc_bootstrapping 1
f0b82bb
#%%{?ghc_test}
458ba66
#%%global without_testsuite 1
458ba66
a36940c
# unregisterized archs
822ef01
%global unregisterised_archs ppc64 s390 s390x
a36940c
fe4ed8a
# ghc does not output dwarf format so debuginfo is not useful
b21eb15
%global debug_package %{nil}
2e71ab8
b24f66d
%global space %(echo -n ' ')
b24f66d
%global BSDHaskellReport BSD%{space}and%{space}HaskellReport
b24f66d
34b48fd
Name: ghc
f0b82bb
# part of haskell-platform
64f38f7
# ghc must be rebuilt after a version bump to avoid ABI change problems
d69bc0f
Version: 7.4.2
fe4ed8a
# Since library subpackages are versioned:
fe4ed8a
# - release can only be reset if all library versions get bumped simultaneously
fe4ed8a
#   (eg for a major release)
fe4ed8a
# - minor release numbers should be incremented monotonically
be3e3d6
Release: 9%{?dist}
beb07b6
Summary: Glasgow Haskell Compiler
33b5ed2
# fedora ghc has been bootstrapped on
33b5ed2
# %{ix86} x86_64 ppc alpha sparcv9 ppc64 armv7hl armv5tel s390 s390x
33b5ed2
# see ghc_arches defined in /etc/rpm/macros.ghc-srpm by redhat-rpm-macros
33b5ed2
ExcludeArch: sparc64
b24f66d
License: %BSDHaskellReport
34b48fd
Source0: http://www.haskell.org/ghc/dist/%{version}/ghc-%{version}-src.tar.bz2
0850017
%if %{undefined without_testsuite}
1998ace
Source2: http://www.haskell.org/ghc/dist/%{version}/ghc-%{version}-testsuite.tar.bz2
9d4f5cb
%endif
f6ebb90
Source3: ghc-doc-index.cron
f6ebb90
Source4: ghc-doc-index
34b48fd
URL: http://haskell.org/ghc/
20d7047
Obsoletes: ghc-dph-base < 0.5, ghc-dph-base-devel < 0.5, ghc-dph-base-prof < 0.5
20d7047
Obsoletes: ghc-dph-par < 0.5, ghc-dph-par-devel < 0.5, ghc-dph-par-prof < 0.5
20d7047
Obsoletes: ghc-dph-prim-interface < 0.5, ghc-dph-prim-interface-devel < 0.5, ghc-dph-interface-prim-prof < 0.5
20d7047
Obsoletes: ghc-dph-prim-par < 0.5, ghc-dph-prim-par-devel < 0.5, ghc-dph-prim-par-prof < 0.5
20d7047
Obsoletes: ghc-dph-prim-seq < 0.5, ghc-dph-prim-seq-devel < 0.5, ghc-dph-prim-seq-prof < 0.5
20d7047
Obsoletes: ghc-dph-seq < 0.5, ghc-dph-seq-devel < 0.5, ghc-dph-seq-prof < 0.5
20d7047
Obsoletes: ghc-feldspar-language < 0.4, ghc-feldspar-language-devel < 0.4, ghc-feldspar-language-prof < 0.4
45d7805
%if %{undefined ghc_bootstrapping}
45d7805
BuildRequires: ghc-compiler = %{version}
45d7805
%endif
64f38f7
BuildRequires: ghc-rpm-macros >= 0.91
45d7805
BuildRequires: ghc-bytestring-devel
45d7805
BuildRequires: ghc-containers-devel
45d7805
BuildRequires: ghc-directory-devel
45d7805
BuildRequires: ghc-haskell98-devel
45d7805
BuildRequires: ghc-pretty-devel
45d7805
BuildRequires: ghc-process-devel
45d7805
BuildRequires: gmp-devel
45d7805
BuildRequires: libffi-devel
8e04f60
# for internal terminfo
379f54b
BuildRequires: ncurses-devel
0850017
%if %{undefined without_manual}
4b82ade
BuildRequires: libxslt, docbook-style-xsl
fbbca4c
%endif
0850017
%if %{undefined without_testsuite}
16ee9ca
BuildRequires: python
16ee9ca
%endif
1998ace
%ifarch armv7hl armv5tel
822ef01
BuildRequires: llvm >= 3.0
1998ace
%endif
3443bff
%ifarch armv7hl
3443bff
BuildRequires: autoconf
3443bff
%endif
a8b3c28
Requires: ghc-compiler = %{version}-%{release}
f6ebb90
Requires: ghc-doc-index = %{version}-%{release}
b0af02e
Requires: ghc-libraries = %{version}-%{release}
e45f981
Requires: ghc-ghc-devel = %{version}-%{release}
33b5ed2
# absolute haddock path (was for html/libraries -> libraries)
bedcaee
Patch1: ghc-6.12.1-gen_contents_index-haddock-path.patch
33b5ed2
# type-level too big so skip it in gen_contents_index
a748615
Patch2: ghc-gen_contents_index-type-level.patch
33b5ed2
# fedora does not allow copy libraries
8b84ee0
Patch4: ghc-use-system-libffi.patch
33b5ed2
Patch7: ghc-powerpc-pthread.patch
98a946c
# http://hackage.haskell.org/trac/ghc/ticket/4999
98a946c
Patch8: ghc-powerpc-linker-mmap.patch
1998ace
# fix dynamic linking of executables using Template Haskell
1998ace
Patch9: Cabal-fix-dynamic-exec-for-TH.patch
df25dd9
# add libffi include dir to ghc wrapper for archs using gcc/llc
df25dd9
Patch10: ghc-wrapper-libffi-include.patch
d69bc0f
# latest arm hf patch
d69bc0f
Patch11: ghc-7.4-add-support-for-ARM-hard-float-ABI-fixes-5914.patch
a3e1a4b
# disable building HS*.o libs for ghci
a3e1a4b
Patch12: ghc-7.4.2-Cabal-disable-ghci-libs.patch
f6ebb90
Patch17: ghc-7.4-silence-gen_contents_index.patch
01ca420
01ca420
%description
5423156
GHC is a state-of-the-art, open source, compiler and interactive environment
5423156
for the functional language Haskell. Highlights:
5423156
5423156
- GHC supports the entire Haskell 2010 language plus various extensions.
5423156
- GHC has particularly good support for concurrency and parallelism,
5423156
  including support for Software Transactional Memory (STM).
5423156
- GHC generates fast code, particularly for concurrent programs
5423156
  (check the results on the "Computer Language Benchmarks Game").
5423156
- GHC works on several platforms including Windows, Mac, Linux,
5423156
  most varieties of Unix, and several different processor architectures.
5423156
- GHC has extensive optimisation capabilities,
5423156
  including inter-module optimisation.
5423156
- GHC compiles Haskell code either directly to native code or using LLVM
5423156
  as a back-end. GHC can also generate C code as an intermediate target for
5423156
  porting to new platforms. The interactive environment compiles Haskell to
5423156
  bytecode, and supports execution of mixed bytecode/compiled programs.
5423156
- Profiling is supported, both by time/allocation and heap profiling.
5423156
- GHC comes with core libraries, and thousands more are available on Hackage.
01ca420
b0af02e
%package compiler
b0af02e
Summary: GHC compiler and utilities
b24f66d
License: BSD
d2fbf7e
Requires: gcc%{?_isa}
d2fbf7e
Requires: ghc-base-devel%{?_isa}
64f38f7
# for alternatives
72942f4
Requires(post): chkconfig
72942f4
Requires(postun): chkconfig
b24f66d
# added in f14
b24f66d
Obsoletes: ghc-doc < 6.12.3-4
822ef01
%ifarch armv7hl armv5tel
822ef01
Requires: llvm >= 3.0
822ef01
%endif
b0af02e
b0af02e
%description compiler
b0af02e
The package contains the GHC compiler, tools and utilities.
b0af02e
b0af02e
The ghc libraries are provided by ghc-devel.
b0af02e
To install all of ghc, install the ghc base package.
b0af02e
19f6f35
%if %{undefined without_haddock}
19f6f35
%package doc-index
19f6f35
Summary: GHC library development documentation indexing
19f6f35
License: BSD
19f6f35
Requires: ghc-compiler = %{version}-%{release}
19f6f35
19f6f35
%description doc-index
19f6f35
The package provides a cronjob for re-indexing installed library development
19f6f35
documention.
19f6f35
%endif
19f6f35
46cf23c
%global ghc_version_override %{version}
46cf23c
975f671
# needs ghc_version_override for bootstrapping
975f671
%global _use_internal_dependency_generator 0
975f671
%global __find_provides %{_rpmconfigdir}/ghc-deps.sh --provides %{buildroot}%{ghclibdir}
975f671
%global __find_requires %{_rpmconfigdir}/ghc-deps.sh --requires %{buildroot}%{ghclibdir}
975f671
975f671
a8b3c28
%global ghc_pkg_c_deps ghc-compiler = %{ghc_version_override}-%{release}
b03062c
1ef5ad0
%if %{defined ghclibdir}
64f38f7
%ghc_lib_subpackage Cabal 1.14.0
64f38f7
%ghc_lib_subpackage -l %BSDHaskellReport array 0.4.0.0
d69bc0f
%ghc_lib_subpackage -l %BSDHaskellReport -c gmp-devel%{?_isa},libffi-devel%{?_isa} base 4.5.1.0
64f38f7
%ghc_lib_subpackage binary 0.5.1.0
64f38f7
%ghc_lib_subpackage bytestring 0.9.2.1
64f38f7
%ghc_lib_subpackage -l %BSDHaskellReport containers 0.4.2.1
64f38f7
%ghc_lib_subpackage -l %BSDHaskellReport deepseq 1.3.0.0
64f38f7
%ghc_lib_subpackage -l %BSDHaskellReport directory 1.1.0.2
64f38f7
%ghc_lib_subpackage -l %BSDHaskellReport extensible-exceptions 0.1.1.4
64f38f7
%ghc_lib_subpackage filepath 1.3.0.0
128f5fd
%define ghc_pkg_obsoletes ghc-bin-package-db-devel < 0.0.0.0-12
e45f981
# in ghc not ghc-libraries:
64f38f7
%ghc_lib_subpackage -x ghc %{ghc_version_override}
fe4ed8a
%undefine ghc_pkg_obsoletes
64f38f7
%ghc_lib_subpackage -l HaskellReport haskell2010 1.1.0.1
64f38f7
%ghc_lib_subpackage -l HaskellReport haskell98 2.0.0.1
64f38f7
%ghc_lib_subpackage hoopl 3.8.7.3
64f38f7
%ghc_lib_subpackage hpc 0.5.1.1
64f38f7
%ghc_lib_subpackage -l %BSDHaskellReport old-locale 1.0.0.4
64f38f7
%ghc_lib_subpackage -l %BSDHaskellReport old-time 1.1.0.0
64f38f7
%ghc_lib_subpackage pretty 1.1.1.0
64f38f7
%ghc_lib_subpackage -l %BSDHaskellReport process 1.1.0.1
64f38f7
%ghc_lib_subpackage template-haskell 2.7.0.0
64f38f7
%ghc_lib_subpackage time 1.4
d69bc0f
%ghc_lib_subpackage unix 2.5.1.1
4696271
%endif
46cf23c
46cf23c
%global version %{ghc_version_override}
46cf23c
b0af02e
%package libraries
46cf23c
Summary: GHC development libraries meta package
b24f66d
License: %BSDHaskellReport
a8b3c28
Requires: ghc-compiler = %{version}-%{release}
b0af02e
Obsoletes: ghc-devel < %{version}-%{release}
b0af02e
Provides: ghc-devel = %{version}-%{release}
b3c9b98
Obsoletes: ghc-prof < %{version}-%{release}
b3c9b98
Provides: ghc-prof = %{version}-%{release}
b24f66d
# since f15
b24f66d
Obsoletes: ghc-libs < 7.0.1-3
b03062c
%{?ghc_packages_list:Requires: %(echo %{ghc_packages_list} | sed -e "s/\([^ ]*\)-\([^ ]*\)/ghc-\1-devel = \2-%{release},/g")}
e93fe4d
b0af02e
%description libraries
e45f981
This is a meta-package for all the development library packages in GHC
e45f981
except the ghc library, which is installed by the toplevel ghc metapackage.
e93fe4d
01ca420
%prep
0850017
%setup -q -n %{name}-%{version} %{!?without_testsuite:-b2}
f6ebb90
f6ebb90
# tweaks to gen_contents_index
bedcaee
%patch1 -p1 -b .orig
a748615
%patch2 -p1
f6ebb90
%patch17 -p1
c08038f
573d38c
# make sure we don't use these
6cb68b9
rm -r ghc-tarballs/{mingw,perl}
c08038f
# use system libffi
c08038f
%patch4 -p1 -b .libffi
6cb68b9
rm -r ghc-tarballs/libffi
04c4201
mkdir -p rts/dist/build
45d7805
ln -s $(pkg-config --variable=includedir libffi)/*.h rts/dist/build
60aa61e
1998ace
%patch9 -p1 -b .orig
1998ace
df25dd9
%ifnarch %{ix86} x86_64
df25dd9
%patch10 -p1 -b .10-ffi
df25dd9
%endif
df25dd9
822ef01
# ARM patches
2d889de
%ifarch armv7hl
2d889de
# touches aclocal.m4
d69bc0f
%patch11 -p1 -b .arm
2d889de
autoreconf
822ef01
%endif
822ef01
a3e1a4b
%patch12 -p1 -b .orig
a3e1a4b
01ca420
%build
5423156
# http://hackage.haskell.org/trac/ghc/wiki/Platforms
5423156
# cf https://github.com/gentoo-haskell/gentoo-haskell/tree/master/dev-lang/ghc
f673bd8
cat > mk/build.mk << EOF
19346d4
GhcLibWays = v %{!?ghc_without_shared:dyn} %{!?without_prof:p}
0850017
%if %{defined without_haddock}
381ac69
HADDOCK_DOCS = NO
feffa93
%endif
0850017
%if %{defined without_manual}
f673bd8
BUILD_DOCBOOK_HTML = NO
f673bd8
%endif
f673bd8
EOF
2a4aeca
f673bd8
export CFLAGS="${CFLAGS:-%optflags}"
5042efe
# use --with-gcc=%{_bindir}/gcc when bootstrapping to avoid ccache hardcoding problem
6a740e4
./configure --prefix=%{_prefix} --exec-prefix=%{_exec_prefix} \
6a740e4
  --bindir=%{_bindir} --sbindir=%{_sbindir} --sysconfdir=%{_sysconfdir} \
6a740e4
  --datadir=%{_datadir} --includedir=%{_includedir} --libdir=%{_libdir} \
6a740e4
  --libexecdir=%{_libexecdir} --localstatedir=%{_localstatedir} \
822ef01
  --sharedstatedir=%{_sharedstatedir} --mandir=%{_mandir} \
822ef01
  --with-gcc=%{_bindir}/gcc
2a4aeca
d69bc0f
make %{?_smp_mflags}
2a4aeca
01ca420
%install
ac56c4e
make DESTDIR=%{buildroot} install
ac56c4e
46cf23c
for i in %{ghc_packages_list}; do
46cf23c
name=$(echo $i | sed -e "s/\(.*\)-.*/\1/")
46cf23c
ver=$(echo $i | sed -e "s/.*-\(.*\)/\1/")
46cf23c
%ghc_gen_filelists $name $ver
573d38c
echo "%doc libraries/$name/LICENSE" >> ghc-$name%{?ghc_without_shared:-devel}.files
46cf23c
done
46cf23c
fe4ed8a
%ghc_gen_filelists bin-package-db 0.0.0.0
da7d526
%ghc_gen_filelists ghc %{ghc_version_override}
46cf23c
%ghc_gen_filelists ghc-prim 0.2.0.0
1998ace
%ghc_gen_filelists integer-gmp 0.4.0.0
46cf23c
46cf23c
%define merge_filelist()\
05d6abb
%if %{undefined ghc_without_shared}\
46cf23c
cat ghc-%1.files >> ghc-%2.files\
b1d29b1
%endif\
46cf23c
cat ghc-%1-devel.files >> ghc-%2-devel.files\
8b7e421
cp -p libraries/%1/LICENSE libraries/LICENSE.%1\
8b7e421
echo "%doc libraries/LICENSE.%1" >> ghc-%2.files
46cf23c
46cf23c
%merge_filelist integer-gmp base
46cf23c
%merge_filelist ghc-prim base
fe4ed8a
%merge_filelist bin-package-db ghc
46cf23c
05d6abb
%if %{undefined ghc_without_shared}
ac56c4e
ls %{buildroot}%{ghclibdir}/libHS*.so >> ghc-base.files
ac56c4e
sed -i -e "s|^%{buildroot}||g" ghc-base.files
8e04f60
%endif
ac56c4e
ls -d %{buildroot}%{ghclibdir}/libHS*.a  %{buildroot}%{ghclibdir}/package.conf.d/builtin_*.conf %{buildroot}%{ghclibdir}/include >> ghc-base-devel.files
ac56c4e
sed -i -e "s|^%{buildroot}||g" ghc-base-devel.files
b21eb15
2a4aeca
# these are handled as alternatives
c7ae1a2
for i in hsc2hs runhaskell; do
ac56c4e
  if [ -x %{buildroot}%{_bindir}/$i-ghc ]; then
ac56c4e
    rm %{buildroot}%{_bindir}/$i
c7ae1a2
  else
ac56c4e
    mv %{buildroot}%{_bindir}/$i{,-ghc}
c7ae1a2
  fi
ac56c4e
  touch %{buildroot}%{_bindir}/$i
c7ae1a2
done
8896457
aee0ea8
%ghc_strip_dynlinked
b6bfcab
0850017
%if %{undefined without_haddock}
f6ebb90
mkdir -p %{buildroot}%{_sysconfdir}/cron.hourly
be3e3d6
install -p --mode=0755 %SOURCE3 %{buildroot}%{_sysconfdir}/cron.hourly/ghc-doc-index
f6ebb90
mkdir -p %{buildroot}%{_localstatedir}/lib/ghc
be3e3d6
install -p --mode=0755 %SOURCE4 %{buildroot}%{_bindir}/ghc-doc-index
e89f5f0
%endif
b6bfcab
e93fe4d
%check
e93fe4d
# stolen from ghc6/debian/rules:
e93fe4d
# Do some very simple tests that the compiler actually works
e93fe4d
rm -rf testghc
e93fe4d
mkdir testghc
e93fe4d
echo 'main = putStrLn "Foo"' > testghc/foo.hs
Bryan O'Sullivan fa36f01
inplace/bin/ghc-stage2 testghc/foo.hs -o testghc/foo
e93fe4d
[ "$(testghc/foo)" = "Foo" ]
573d38c
# doesn't seem to work inplace:
1ed4374
#[ "$(inplace/bin/runghc testghc/foo.hs)" = "Foo" ]
e93fe4d
rm testghc/*
e93fe4d
echo 'main = putStrLn "Foo"' > testghc/foo.hs
Bryan O'Sullivan fa36f01
inplace/bin/ghc-stage2 testghc/foo.hs -o testghc/foo -O2
e93fe4d
[ "$(testghc/foo)" = "Foo" ]
e93fe4d
rm testghc/*
05d6abb
%if %{undefined ghc_without_shared}
f673bd8
echo 'main = putStrLn "Foo"' > testghc/foo.hs
f673bd8
inplace/bin/ghc-stage2 testghc/foo.hs -o testghc/foo -dynamic
f673bd8
[ "$(testghc/foo)" = "Foo" ]
f673bd8
rm testghc/*
f673bd8
%endif
0850017
%if %{undefined without_testsuite}
1998ace
make test
be9079a
%endif
e93fe4d
ec9ab4a
%post compiler
Bryan O'Sullivan cdb710f
# Alas, GHC, Hugs, and nhc all come with different set of tools in
Bryan O'Sullivan cdb710f
# addition to a runFOO:
Bryan O'Sullivan cdb710f
#
Bryan O'Sullivan cdb710f
#   * GHC:  hsc2hs
Bryan O'Sullivan cdb710f
#   * Hugs: hsc2hs, cpphs
Bryan O'Sullivan cdb710f
#   * nhc:  cpphs
Bryan O'Sullivan cdb710f
#
Bryan O'Sullivan cdb710f
# Therefore it is currently not possible to use --slave below to form
Bryan O'Sullivan cdb710f
# link groups under a single name 'runhaskell'. Either these tools
Bryan O'Sullivan cdb710f
# should be disentangled from the Haskell implementations, or all
Bryan O'Sullivan cdb710f
# implementations should have the same set of tools. *sigh*
Bryan O'Sullivan cdb710f
Bryan O'Sullivan cdb710f
update-alternatives --install %{_bindir}/runhaskell runhaskell \
Bryan O'Sullivan cdb710f
  %{_bindir}/runghc 500
Bryan O'Sullivan cdb710f
update-alternatives --install %{_bindir}/hsc2hs hsc2hs \
Bryan O'Sullivan cdb710f
  %{_bindir}/hsc2hs-ghc 500
8896457
ec9ab4a
%preun compiler
6c9b784
if [ "$1" = 0 ]; then
Bryan O'Sullivan cdb710f
  update-alternatives --remove runhaskell %{_bindir}/runghc
Bryan O'Sullivan cdb710f
  update-alternatives --remove hsc2hs     %{_bindir}/hsc2hs-ghc
Bryan O'Sullivan cdb710f
fi
Bryan O'Sullivan cdb710f
46cf23c
%files
a8b3c28
a8b3c28
%files compiler
812b066
%doc ANNOUNCE HACKING LICENSE README
72942f4
%{_bindir}/ghc
72942f4
%{_bindir}/ghc-%{version}
72942f4
%{_bindir}/ghc-pkg
72942f4
%{_bindir}/ghc-pkg-%{version}
72942f4
%{_bindir}/ghci
72942f4
%{_bindir}/ghci-%{version}
72942f4
%{_bindir}/hp2ps
72942f4
%{_bindir}/hpc
d43d5d9
%ghost %{_bindir}/hsc2hs
72942f4
%{_bindir}/hsc2hs-ghc
72942f4
%{_bindir}/runghc
72942f4
%ghost %{_bindir}/runhaskell
72942f4
%{_bindir}/runhaskell-ghc
46cf23c
%dir %{ghclibdir}
46cf23c
%{ghclibdir}/ghc
46cf23c
%{ghclibdir}/ghc-pkg
a36940c
%ifnarch %{unregisterised_archs}
46cf23c
%{ghclibdir}/ghc-split
f103ae8
%endif
46cf23c
%{ghclibdir}/ghc-usage.txt
46cf23c
%{ghclibdir}/ghci-usage.txt
46cf23c
%{ghclibdir}/hsc2hs
46cf23c
%dir %{ghclibdir}/package.conf.d
46cf23c
%ghost %{ghclibdir}/package.conf.d/package.cache
46cf23c
%{ghclibdir}/runghc
1998ace
%{ghclibdir}/settings
46cf23c
%{ghclibdir}/template-hsc.h
46cf23c
%{ghclibdir}/unlit
7f77651
%{_mandir}/man1/ghc.*
381ac69
%dir %{_docdir}/ghc
381ac69
%dir %{ghcdocbasedir}
c761d8e
%if %{undefined without_haddock}
d429c0f
%{_bindir}/ghc-doc-index
d020998
%{_bindir}/haddock
d020998
%{_bindir}/haddock-ghc-%{version}
c761d8e
%{ghclibdir}/haddock
c761d8e
%{ghclibdir}/html
c761d8e
%{ghclibdir}/latex
0850017
%if %{undefined without_manual}
33b5ed2
## needs pandoc
33b5ed2
#%{ghcdocbasedir}/Cabal
46cf23c
%{ghcdocbasedir}/haddock
46cf23c
%{ghcdocbasedir}/users_guide
4b82ade
%endif
b21eb15
%dir %{ghcdocbasedir}/libraries
b21eb15
%{ghcdocbasedir}/libraries/frames.html
b21eb15
%{ghcdocbasedir}/libraries/gen_contents_index
b21eb15
%{ghcdocbasedir}/libraries/hscolour.css
7df9981
%{ghcdocbasedir}/libraries/ocean.css
b21eb15
%{ghcdocbasedir}/libraries/prologue.txt
b21eb15
%{ghcdocbasedir}/index.html
b21eb15
%ghost %{ghcdocbasedir}/libraries/doc-index*.html
b21eb15
%ghost %{ghcdocbasedir}/libraries/haddock-util.js
b21eb15
%ghost %{ghcdocbasedir}/libraries/index*.html
b21eb15
%ghost %{ghcdocbasedir}/libraries/minus.gif
b21eb15
%ghost %{ghcdocbasedir}/libraries/plus.gif
f6ebb90
%{_localstatedir}/lib/ghc
f6ebb90
%endif
f6ebb90
f6ebb90
%if %{undefined without_haddock}
f6ebb90
%files doc-index
f6ebb90
%{_sysconfdir}/cron.hourly/ghc-doc-index
feffa93
%endif
e93fe4d
4a3e507
%files libraries
f673bd8
01ca420
%changelog
be3e3d6
* Wed Nov 21 2012 Jens Petersen <petersen@redhat.com> - 7.4.2-9
be3e3d6
- fix permissions of ghc-doc-index and only run when root
be3e3d6
- ghc-doc-index cronjob no longer looks at /etc/sysconfig/ghc-doc-index
be3e3d6
b94bbde
* Sat Nov 17 2012 Jens Petersen <petersen@redhat.com> - 7.4.2-8
b94bbde
- production 7.4.2 build
b94bbde
  http://www.haskell.org/ghc/docs/7.4.2/html/users_guide/release-7-4-2.html
b94bbde
c4cf8af
* Sat Nov 17 2012 Jens Petersen <petersen@redhat.com> - 7.4.2-7
d69bc0f
- 7.4.2 bootstrap
d69bc0f
- update base and unix library versions
d69bc0f
- ARM StgCRun patches not longer needed
d69bc0f
- use Karel Gardas' ARM hardfloat patch committed upstream
d69bc0f
- use _smp_mflags again
a3e1a4b
- disable Cabal building ghci lib files
f6ebb90
- silence the doc re-indexing script and move the doc indexing cronjob
f6ebb90
  to a new ghc-doc-index subpackage (#870694)
356d662
- do not disable hscolour in build.mk
356d662
- drop the explicit hscolour BR
356d662
- without_hscolour should now be set by ghc-rpm-macros for bootstrapping
d69bc0f
d27beed
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.4.1-6
d27beed
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d27beed
64f38f7
* Fri Jun 15 2012 Jens Petersen <petersen@redhat.com> - 7.4.1-5
64f38f7
- use ghc_lib_subpackage instead of ghc_binlib_package (ghc-rpm-macros 0.91)
64f38f7
df25dd9
* Wed May  2 2012 Jens Petersen <petersen@redhat.com> - 7.4.1-4
df25dd9
- add ghc-wrapper-libffi-include.patch to workaround "missing libffi.h"
df25dd9
  for prof compiling on secondary archs
df25dd9
8dcd7bb
* Sat Apr 28 2012 Jens Petersen <petersen@redhat.com> - 7.4.1-3
822ef01
- build with llvm-3.0 on ARM
8dcd7bb
- remove ARM from unregisterised_archs
2d889de
- add 4 Debian ARM patches for armel and armhf (Iain Lane)
8dcd7bb
8dcd7bb
* Wed Mar 21 2012 Jens Petersen <petersen@redhat.com> - 7.4.1-2
8dcd7bb
- full build
aeeb8ec
1998ace
* Wed Feb 15 2012 Jens Petersen <petersen@redhat.com> - 7.4.1-1
1998ace
- update to new 7.4.1 major release
1998ace
  http://www.haskell.org/ghc/docs/7.4.1/html/users_guide/release-7-4-1.html
1998ace
- all library versions bumped
1998ace
- binary package replaces ghc-binary
1998ace
- random library dropped
1998ace
- new hoopl library
1998ace
- deepseq is now included in ghc
1998ace
- Cabal --enable-executable-dynamic patch is upstream
1998ace
- add Cabal-fix-dynamic-exec-for-TH.patch
1998ace
- sparc linking fix is upstream
33b5ed2
- use Debian's system-libffi patch by Joachim Breitner
1998ace
- setup ghc-deps.sh after ghc_version_override for bootstrapping
33b5ed2
- drop ppc64 config, pthread and mmap patches
33b5ed2
- do not set GhcUnregisterised explicitly
33b5ed2
- add s390 and s390x to unregisterised_archs
33b5ed2
- Cabal manual needs pandoc
1998ace
e45f981
* Thu Jan 19 2012 Jens Petersen <petersen@redhat.com> - 7.0.4-42
e45f981
- move ghc-ghc-devel from ghc-libraries to the ghc metapackage
e45f981
233adc0
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.0.4-41
233adc0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
233adc0
72942f4
* Mon Nov 14 2011 Jens Petersen <petersen@redhat.com> - 7.0.4-40
72942f4
- do alternatives handling correctly (reported by Giam Teck Choon, #753661)
72942f4
  see https://fedoraproject.org/wiki/Packaging:Alternatives
72942f4
b24f66d
* Sat Nov 12 2011 Jens Petersen <petersen@redhat.com> - 7.0.4-39
b24f66d
- move ghc-doc and ghc-libs obsoletes
b24f66d
- add HaskellReport license also to the base and libraries subpackages
b24f66d
ec9ab4a
* Thu Nov 10 2011 Jens Petersen <petersen@redhat.com> - 7.0.4-38
ec9ab4a
- the post and postun scripts are now for the compiler subpackage
ec9ab4a
b0af02e
* Wed Nov  2 2011 Jens Petersen <petersen@redhat.com> - 7.0.4-37
b0af02e
- rename ghc-devel metapackage to ghc-libraries
b0af02e
- require ghc-rpm-macros-0.14
b0af02e
a8b3c28
* Tue Nov  1 2011 Jens Petersen <petersen@redhat.com> - 7.0.4-36
a8b3c28
- move compiler and tools to ghc-compiler
a8b3c28
- the ghc base package is now a metapackage that installs all of ghc,
a8b3c28
  ie ghc-compiler and ghc-devel (#750317)
a8b3c28
- drop ghc-doc provides
a8b3c28
583bb8c
* Fri Oct 28 2011 Jens Petersen <petersen@redhat.com> - 7.0.4-35.1
583bb8c
- rebuild against new gmp
583bb8c
6d2d600
* Fri Oct 28 2011 Jens Petersen <petersen@redhat.com> - 7.0.4-35
6d2d600
- add HaskellReport license tag to some of the library subpackages
6d2d600
  which contain some code from the Haskell Reports
6d2d600
a627cf8
* Thu Oct 20 2011 Marcela Mašláňová <mmaslano@redhat.com> - 7.0.4-34.1
a627cf8
- rebuild with new gmp without compat lib
a627cf8
975f671
* Thu Oct 20 2011 Jens Petersen <petersen@redhat.com> - 7.0.4-34
975f671
- setup ghc-deps.sh after ghc_version_override for bootstrapping
975f671
e274f62
* Tue Oct 18 2011 Jens Petersen <petersen@redhat.com> - 7.0.4-33
e274f62
- add armv5tel (ported by Henrik Nordström)
e274f62
- also use ghc-deps.sh when bootstrapping (ghc-rpm-macros-0.13.13)
e274f62
2d092a2
* Mon Oct 17 2011 Jens Petersen <petersen@redhat.com> - 7.0.4-32
6ca8b93
- remove libffi_archs: not allowed to bundle libffi on any arch
6d2d600
- include the ghc (ghci) library in ghc-devel (Narasim)
2d092a2
652f7a1
* Tue Oct 11 2011 Peter Schiffer <pschiffe@redhat.com> - 7.0.4-31.1
652f7a1
- rebuild with new gmp
652f7a1
6654f84
* Fri Sep 30 2011 Jens Petersen <petersen@redhat.com> - 7.0.4-31
6654f84
- build with ghc-rpm-macros >= 0.13.11 to fix provides and obsoletes versions
6654f84
  in library devel subpackages
6654f84
458ba66
* Thu Sep 29 2011 Jens Petersen <petersen@redhat.com> - 7.0.4-30
458ba66
- no need to specify -lffi in build.mk (Henrik Nordström)
458ba66
a36940c
* Wed Sep 28 2011 Jens Petersen <petersen@redhat.com> - 7.0.4-29
a36940c
- port to armv7hl by Henrik Nordström (#741725)
a36940c
5e668af
* Wed Sep 14 2011 Jens Petersen <petersen@redhat.com> - 7.0.4-28
5e668af
- setup ghc-deps.sh when not bootstrapping!
5e668af
f0b82bb
* Wed Sep 14 2011 Jens Petersen <petersen@redhat.com> - 7.0.4-27
f0b82bb
- setup dependency generation with ghc-deps.sh since it was moved to
f0b82bb
  ghc_lib_install in ghc-rpm-macros
f0b82bb
0850017
* Fri Jun 17 2011 Jens Petersen <petersen@redhat.com> - 7.0.4-26
19346d4
- BR same ghc version unless ghc_bootstrapping defined
0850017
- add libffi_archs
0850017
- drop the quick build profile
19346d4
- put dyn before p in GhcLibWays
580ab06
- explain new bootstrapping mode using ghc_bootstrap (ghc-rpm-macros-0.13.5)
0850017
5423156
* Thu Jun 16 2011 Jens Petersen <petersen@redhat.com> - 7.0.4-25
5423156
- update to 7.0.4 bugfix release
f0b82bb
  http://haskell.org/ghc/docs/7.0.4/html/users_guide/release-7-0-4.html
5423156
- strip static again (upstream #5004 fixed)
5423156
- Cabal updated to 1.10.2.0
5423156
- re-enable testsuite
beb07b6
- update summary and description
5423156
ce45e5b
* Tue Jun 14 2011 Jens Petersen <petersen@redhat.com> - 7.0.2-24
ce45e5b
- finally change from ExclusiveArch to ExcludeArch to target more archs
ce45e5b
20d7047
* Sat May 21 2011 Jens Petersen <petersen@redhat.com> - 7.0.2-23
20d7047
- obsolete dph libraries and feldspar-language
20d7047
b3c9b98
* Mon May 16 2011 Jens Petersen <petersen@redhat.com> - 7.0.2-22
88df269
- merge prof subpackages into the devel subpackages with ghc-rpm-macros-0.13
b3c9b98
c5a50fa
* Wed May 11 2011 Jens Petersen <petersen@redhat.com> - 7.0.2-21
c5a50fa
- configure with /usr/bin/gcc to help bootstrapping to new archs
c5a50fa
  (otherwise ccache tends to get hardcoded as gcc, which not in koji)
c5a50fa
- posttrans scriplet for ghc_pkg_recache is redundant
c5a50fa
b03062c
* Mon May  9 2011 Jens Petersen <petersen@redhat.com> - 7.0.2-20
b03062c
- make devel and prof meta packages require libs with release
b03062c
- make ghc-*-devel subpackages require ghc with release
b03062c
Jiri Skala 62c2816
* Wed May 04 2011 Jiri Skala <jskala@redhat.com> - 7.0.2-19.1
Jiri Skala 62c2816
- fixes path to gcc on ppc64 arch
Jiri Skala 62c2816
98a946c
* Tue Apr 26 2011 Jens Petersen <petersen@redhat.com> - 7.0.2-19
b03062c
- add upstream ghc-powerpc-linker-mmap.patch for ppc64 (Jiri Skala)
98a946c
f103ae8
* Thu Apr 21 2011 Jiri Skala <jskala@redhat.com> - 7.0.2-18
f103ae8
- bootstrap to ppc64
f103ae8
23ba9b3
* Fri Apr  1 2011 Jens Petersen <petersen@redhat.com> - 7.0.2-17
23ba9b3
- rebuild against ghc-rpm-macros-0.11.14 to provide ghc-*-doc
23ba9b3
5ca7866
* Fri Apr  1 2011 Jens Petersen <petersen@redhat.com> - 7.0.2-16
5ca7866
- provides ghc-doc again: it is still a buildrequires for libraries
5ca7866
- ghc-prof now requires ghc-devel
5ca7866
- ghc-devel now requires ghc explicitly
5ca7866
37c681b
* Wed Mar 30 2011 Jens Petersen <petersen@redhat.com> - 7.0.2-15
37c681b
- do not strip static libs since it breaks ghci-7.0.2 loading libHSghc.a
5ca7866
  (see http://hackage.haskell.org/trac/ghc/ticket/5004)
37c681b
- no longer provide ghc-doc
37c681b
- no longer obsolete old haddock
37c681b
573d38c
* Tue Mar 29 2011 Jens Petersen <petersen@redhat.com> - 7.0.2-14
573d38c
- fix back missing LICENSE files in library subpackages
573d38c
- drop ghc_reindex_haddock from install script
573d38c
f6e34f2
* Thu Mar 10 2011 Jens Petersen <petersen@redhat.com> - 7.0.2-13
f6e34f2
- rebuild against 7.0.2
f6e34f2
fe4ed8a
* Wed Mar  9 2011 Jens Petersen <petersen@redhat.com> - 7.0.2-12
fe4ed8a
- update to 7.0.2 release
fe4ed8a
- move bin-package-db into ghc-ghc
dec2091
- disable broken testsuite
fe4ed8a
552a01a
* Wed Feb 23 2011 Fabio M. Di Nitto <fdinitto@redhat.com> 7.0.1-11
6d56226
- enable build on sparcv9
6d56226
- add ghc-fix-linking-on-sparc.patch to fix ld being called
6d56226
  at the same time with --relax and -r. The two options conflict
6d56226
  on sparc.
6d56226
- bump BuildRequires on ghc-rpm-macros to >= 0.11.10 that guarantees
6d56226
  a correct build on secondary architectures.
6d56226
05d6abb
* Sun Feb 13 2011 Jens Petersen <petersen@redhat.com>
05d6abb
- without_shared renamed to ghc_without_shared
05d6abb
282277c
* Thu Feb 10 2011 Jens Petersen <petersen@redhat.com> - 7.0.1-10
282277c
- rebuild
282277c
f2a0998
* Thu Feb 10 2011 Jens Petersen <petersen@redhat.com> - 7.0.1-9
d5612c1
- fix without_shared build (thanks Adrian Reber)
e3544f2
- disable system libffi for secondary archs
e3544f2
- temporarily disable ghc-*-devel BRs for ppc
f2a0998
13585e8
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7.0.1-8
13585e8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
13585e8
aa31ff0
* Mon Jan 31 2011 Jens Petersen <petersen@redhat.com> - 7.0.1-7
8b7e421
- include LICENSE files in the shared lib subpackages
8b7e421
48b6b02
* Sat Jan 22 2011 Jens Petersen <petersen@redhat.com> - 7.0.1-6
48b6b02
- patch Cabal to add configure option --enable-executable-dynamic
48b6b02
- exclude huge ghc API library from devel and prof metapackages
48b6b02
381ac69
* Thu Jan 13 2011 Jens Petersen <petersen@redhat.com> - 7.0.1-5
381ac69
- fix no doc and no manual builds
381ac69
8e04f60
* Thu Jan 13 2011 Jens Petersen <petersen@redhat.com> - 7.0.1-4
8e04f60
- add BRs for various subpackaged ghc libraries needed to build ghc
8e04f60
- condition rts .so libraries for non-shared builds
8e04f60
04dec3d
* Thu Dec 30 2010 Jens Petersen <petersen@redhat.com> - 7.0.1-3
46cf23c
- subpackage all the libraries with ghc-rpm-macros-0.11.1
46cf23c
- put rts, integer-gmp and ghc-prim in base, and ghc-binary in bin-package-db
46cf23c
- drop the libs mega-subpackage
5f0d8db
- prof now a meta-package for backward compatibility
5f0d8db
- add devel meta-subpackage to easily install all ghc libraries
04dec3d
- store doc cronjob package cache file under /var (#664850)
46cf23c
- drop old extralibs bcond
46cf23c
- no longer need to define or clean buildroot
5f0d8db
- ghc base package now requires ghc-base-devel
46cf23c
- drop ghc-time obsoletes
04dec3d
379f54b
* Wed Nov 24 2010 Jens Petersen <petersen@redhat.com> - 7.0.1-2
379f54b
- require libffi-devel
379f54b
7df9981
* Tue Nov 16 2010 Jens Petersen <petersen@redhat.com> - 7.0.1-1
7df9981
- update to 7.0.1 release
e9e73e9
- turn on system libffi now
7df9981
c8ba9df
* Mon Nov  8 2010 Jens Petersen <petersen@redhat.com> - 6.12.3-9
c8ba9df
- disable the libffi changes for now since they break libHSffi*.so
c8ba9df
e89f5f0
* Thu Nov  4 2010 Jens Petersen <petersen@redhat.com> - 6.12.3-8
e89f5f0
- add a cronjob for doc indexing
e89f5f0
- disable gen_contents_index when not run with --batch for cron
8b84ee0
- use system libffi with ghc-use-system-libffi.patch from debian
8b84ee0
- add bcond for system libffi
e89f5f0
a748615
* Thu Nov  4 2010 Jens Petersen <petersen@redhat.com> - 6.12.3-7
a748615
- skip huge type-level docs from haddock re-indexing (#649228)
a748615
06db986
* Thu Sep 30 2010 Jens Petersen <petersen@redhat.com> - 6.12.3-6
06db986
- move gtk2hs obsoletes to ghc-glib and ghc-gtk
4c524f7
- drop happy buildrequires
9ce1080
- smp build with max 4 cpus
06db986
7807339
* Fri Jul 30 2010 Jens Petersen <petersen@redhat.com> - 6.12.3-5
7807339
- obsolete old gtk2hs packages for smooth upgrades
7807339
24005bb
* Thu Jul 15 2010 Jens Petersen <petersen@redhat.com> - 6.12.3-4
9956691
- merge ghc-doc into base package
355e483
- obsolete ghc-time and ghc-ghc-doc (ghc-rpm-macros-0.8.0)
9956691
- note that ghc-6.12.3 is part of haskell-platform-2010.2.0.0
24005bb
dc71f25
* Thu Jun 24 2010 Jens Petersen <petersen@redhat.com> - 6.12.3-3
dc71f25
- drop the broken summary and description args to the ghc-ghc package
dc71f25
  and use ghc-rpm-macros-0.6.1
dc71f25
aee0ea8
* Wed Jun 23 2010 Jens Petersen <petersen@redhat.com> - 6.12.3-2
aee0ea8
- strip all dynlinked files not just shared objects (ghc-rpm-macros-0.5.9)
aee0ea8
b6bfcab
* Mon Jun 14 2010 Jens Petersen <petersen@redhat.com> - 6.12.3-1
dc71f25
- 6.12.3 release:
dc71f25
  http://darcs.haskell.org/download/docs/6.12.3/html/users_guide/release-6-12-3.html
b6bfcab
- build with hscolour
b6bfcab
- use ghc-rpm-macro-0.5.8 for ghc_strip_shared macro
b6bfcab
9d4f5cb
* Fri May 28 2010 Jens Petersen <petersen@redhat.com> - 6.12.2.20100521-1
9d4f5cb
- 6.12.3 rc1
9d4f5cb
- ghost package.cache
d06a8f2
- drop ghc-utf8-string obsoletes since it is no longer provided
d06a8f2
- run testsuite fast
9d4f5cb
- fix description and summary of ghc internal library (John Obbele)
d06a8f2
be9079a
* Fri Apr 23 2010 Jens Petersen <petersen@redhat.com> - 6.12.2-1
be9079a
- update to 6.12.2
16ee9ca
- add testsuite with bcond, run it in check section, and BR python
16ee9ca
16ee9ca
* Mon Apr 12 2010 Jens Petersen <petersen@redhat.com> - 6.12.1-6
16ee9ca
- ghc-6.12.1 is part of haskell-platform-2010.1.0.0
16ee9ca
- drop old ghc682, ghc681, haddock09 obsoletes
16ee9ca
- drop haddock_version and no longer provide haddock explicitly
16ee9ca
- update ghc-rpm-macros BR to 0.5.6 for ghc_pkg_recache
be9079a
205495d
* Mon Jan 11 2010 Jens Petersen <petersen@redhat.com> - 6.12.1-5
5f19e51
- drop ghc-6.12.1-no-filter-libs.patch and extras packages again
5f19e51
- filter ghc-ghc-prof files from ghc-prof
7b2f6a7
- ghc-mtl package was added to fedora
205495d
b87c7b1
* Mon Jan 11 2010 Jens Petersen <petersen@redhat.com> - 6.12.1-4
b87c7b1
- ghc-rpm-macros-0.5.4 fixes wrong version requires between lib subpackages
b87c7b1
0fbb24d
* Mon Jan 11 2010 Jens Petersen <petersen@redhat.com> - 6.12.1-3
5ada020
- ghc-rpm-macros-0.5.2 fixes broken pkg_name requires for lib subpackages
0fbb24d
3b5aa06
* Tue Dec 22 2009 Jens Petersen <petersen@redhat.com> - 6.12.1-2
0fbb24d
- include haskeline, mtl, and terminfo for now with
0fbb24d
  ghc-6.12.1-no-filter-libs.patch
0fbb24d
- use ghc_binlibpackage, grep -v and ghc_gen_filelists to generate
0fbb24d
  the library subpackages (ghc-rpm-macros-0.5.1)
b21eb15
- always set GhcLibWays (Lorenzo Villani)
b21eb15
- use ghcdocbasedir to revert html doc path to upstream's html/ for consistency
3b5aa06
b277f72
* Wed Dec 16 2009 Jens Petersen <petersen@redhat.com> - 6.12.1-1
b21eb15
- pre became 6.12.1 final
feffa93
- exclude ghc .conf file from package.conf.d in base package
feffa93
- use ghc_reindex_haddock
feffa93
- add scripts for ghc-ghc-devel and ghc-ghc-doc
feffa93
- add doc bcond
bedcaee
- add ghc-6.12.1-gen_contents_index-haddock-path.patch to adjust haddock path
bedcaee
  since we removed html/ from libraries path
0f975a5
- require ghc-rpm-macros-0.3.1 and use ghc_version_override
feffa93
60aa61e
* Sat Dec 12 2009 Jens Petersen <petersen@redhat.com> - 6.12.1-0.2
60aa61e
- remove redundant mingw and perl from ghc-tarballs/
60aa61e
- fix exclusion of ghc internals lib from base packages with -mindepth
60aa61e
- rename the final file lists to PKGNAME.files for clarity
60aa61e
f673bd8
* Fri Dec 11 2009 Jens Petersen <petersen@redhat.com> - 6.12.1-0.1
f673bd8
- update to ghc-6.12.1-pre
f673bd8
- separate bcond options into enabled and disabled for clarity
f673bd8
- only enable shared for intel x86 archs (Lorenzo Villani)
f673bd8
- add quick build profile (Lorenzo Villani)
f673bd8
- remove package_debugging hack (use "make install-short")
f673bd8
- drop sed BR (Lorenzo Villani)
f673bd8
- put all build.mk config into one cat block (Lorenzo Villani)
f673bd8
- export CFLAGS to configure (Lorenzo Villani)
f673bd8
- add dynamic linking test to check section (thanks Lorenzo Villani)
f673bd8
- remove old ghc66 obsoletes
f673bd8
- subpackage huge ghc internals library (thanks Lorenzo Villani)
f673bd8
  - BR ghc-rpm-macros >= 0.3.0
f673bd8
- move html docs to docdir/ghc from html subdir (Lorenzo Villani)
b467c90
- disable smp build for now: broken for 8 cpus at least
f673bd8
4b82ade
* Wed Nov 18 2009 Jens Petersen <petersen@redhat.com> - 6.12.0.20091121-1
4b82ade
- update to 6.12.1 rc2
4b82ade
- build shared libs, yay! and package in standalone libs subpackage
4b82ade
- add bcond for manual and extralibs
4b82ade
- reenable ppc secondary arch
4b82ade
- don't provide ghc-haddock-*
cc31fc0
- remove obsolete post requires policycoreutils
4b82ade
- add vanilla v to GhcLibWays when building without prof
4b82ade
- handle without hscolour
4b82ade
- can't smp make currently
4b82ade
- lots of filelist fixes for handling shared libs
4b82ade
- run ghc-pkg recache posttrans
4b82ade
- no need to install gen_contents_index by hand
381aca1
- manpage is back
4b82ade
Bryan O'Sullivan b3f5839
* Thu Nov 12 2009 Bryan O'Sullivan <bos@serpentine.com> - 6.12.0.20091010-8
Bryan O'Sullivan b3f5839
- comprehensive attempts at packaging fixes
Bryan O'Sullivan b3f5839
Bryan O'Sullivan 30dd278
* Thu Nov 12 2009 Bryan O'Sullivan <bos@serpentine.com> - 6.12.0.20091010-7
Bryan O'Sullivan 30dd278
- fix package.conf stuff
Bryan O'Sullivan 30dd278
Bryan O'Sullivan 4656ded
* Thu Nov 12 2009 Bryan O'Sullivan <bos@serpentine.com> - 6.12.0.20091010-6
Bryan O'Sullivan 4656ded
- give up trying to install man pages
Bryan O'Sullivan 4656ded
Bryan O'Sullivan 3da47cd
* Thu Nov 12 2009 Bryan O'Sullivan <bos@serpentine.com> - 6.12.0.20091010-5
Bryan O'Sullivan 3da47cd
- try to install man pages
Bryan O'Sullivan 3da47cd
Bryan O'Sullivan fa36f01
* Thu Nov 12 2009 Bryan O'Sullivan <bos@serpentine.com> - 6.12.0.20091010-3
Bryan O'Sullivan fa36f01
- fix %check
Bryan O'Sullivan fa36f01
Bryan O'Sullivan 7320d2d
* Sun Oct 11 2009 Bryan O'Sullivan <bos@serpentine.com> - 6.12.0.20091010-2
Bryan O'Sullivan 7320d2d
- disable ppc for now (seems unsupported)
Bryan O'Sullivan 7320d2d
- buildreq ncurses-devel
Bryan O'Sullivan 7320d2d
Bryan O'Sullivan 41ceb8a
* Sun Oct 11 2009 Bryan O'Sullivan <bos@serpentine.com> - 6.12.0.20091010-1
Bryan O'Sullivan 41ceb8a
- Update to 6.12 RC 1
Bryan O'Sullivan 41ceb8a
e6bc25d
* Thu Oct  1 2009 Jens Petersen <petersen@redhat.com>
e6bc25d
- selinux file context no longer needed in post script
e6bc25d
- (for ghc-6.12-shared) drop ld.so.conf.d files
e6bc25d
b19d863
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.10.4-2
b19d863
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b19d863
Bryan O'Sullivan 7532ff0
* Tue Jul 21 2009 Bryan O'Sullivan <bos@serpentine.com> - 6.10.4-1
Bryan O'Sullivan 7532ff0
- update to 6.10.4
Bryan O'Sullivan 7532ff0
95a0f6c
* Sat May 30 2009 Jens Petersen <petersen@redhat.com> - 6.10.3-3
95a0f6c
- add haddock_version and use it to obsolete haddock and ghc-haddock-*
95a0f6c
f7351e6
* Fri May 22 2009 Jens Petersen <petersen@redhat.com> - 6.10.3-2
16c9fec
- update haddock provides and obsoletes
5c4b5fa
- drop ghc-mk-pkg-install-inplace.patch: no longer needed with new 6.11 buildsys
5c4b5fa
- add bcond for extralibs
5c4b5fa
- rename doc bcond to manual
f7351e6
4d88e55
* Wed May 13 2009 Jens Petersen <petersen@redhat.com> - 6.10.3-1
4d88e55
- update to 6.10.3
e092da1
- haskline replaces editline, so it is no longer needed to build
4d88e55
- macros.ghc moved to ghc-rpm-macros package
4d88e55
- fix handling of hscolor files in filelist generation
773bb46
e93fe4d
* Tue Apr 28 2009 Jens Petersen <petersen@redhat.com> - 6.10.2-4
e93fe4d
- add experimental bcond hscolour
e93fe4d
- add experimental support for building shared libraries (for ghc-6.11)
e93fe4d
  - add libs subpackage for shared libraries
e93fe4d
  - create a ld.conf.d file for libghc*.so
fbbca4c
  - BR libffi-devel
e93fe4d
- drop redundant setting of GhcLibWays in build.mk for no prof
e93fe4d
- drop redundant setting of HADDOCK_DOCS
e93fe4d
- simplify filelist names
e93fe4d
- add a check section based on tests from debian's package
e93fe4d
- be more careful about doc files in filelist
e93fe4d
43b24a2
* Fri Apr 24 2009 Jens Petersen <petersen@redhat.com> - 6.10.2-3
43b24a2
- define ghc_version in macros.ghc in place of ghcrequires
43b24a2
- drop ghc-requires script for now
43b24a2
7b1f4da
* Sun Apr 19 2009 Jens Petersen <petersen@redhat.com> - 6.10.2-2
7b1f4da
- add ghc-requires rpm script to generate ghc version dependencies
7b1f4da
  (thanks to Till Maas)
7b1f4da
- update macros.ghc:
7b1f4da
  - add %%ghcrequires to call above script
7b1f4da
  - pkg_libdir and pkg_docdir obsoleted in packages and replaced
7b1f4da
    by ghcpkgdir and ghcdocdir inside macros.ghc
7b1f4da
  - make filelist also for docs
7b1f4da
Bryan O'Sullivan 1b7e30e
* Wed Apr 08 2009 Bryan O'Sullivan <bos@serpentine.com> - 6.10.2-1
Bryan O'Sullivan 1b7e30e
- Update to 6.10.2
Bryan O'Sullivan 1b7e30e
34b48fd
* Fri Feb 27 2009 Jens Petersen <petersen@redhat.com> - 6.10.1-13
34b48fd
- ok let's stick with ExclusiveArch for brevity
34b48fd
a5fa326
* Fri Feb 27 2009 Jens Petersen <petersen@redhat.com> - 6.10.1-12
a5fa326
- drop ghc_archs since it breaks koji
a5fa326
- fix missing -devel in ghc_gen_filelists
a5fa326
- change from ExclusiveArch to ExcludeArch ppc64 since alpha was bootstrapped
a5fa326
  by oliver
a5fa326
7debd90
* Wed Feb 25 2009 Jens Petersen <petersen@redhat.com> - 6.10.1-11
7debd90
- use %%ix86 for change from i386 to i586 in rawhide
7debd90
- add ghc_archs macro in macros.ghc for other packages
7debd90
- obsolete haddock09
7debd90
- use %%global instead of %%define
7debd90
- use bcond for doc and prof
7debd90
- rename ghc_gen_filelists lib filelist to -devel.files
7debd90
a00f693
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.10.1-10
a00f693
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
a00f693
6269f30
* Fri Feb 13 2009 Jens Petersen <petersen@redhat.com> - 6.10.1-9
0eea3c5
- require and buildrequire libedit-devel > 2.11-2
0eea3c5
- protect ghc_register_pkg and ghc_unregister_pkg
0eea3c5
1acf5c7
* Fri Jan 23 2009 Jens Petersen <petersen@redhat.com> - 6.10.1-8
1acf5c7
- fix to libedit means can drop ncurses-devel BR workaround (#481252)
1acf5c7
e74c429
* Mon Jan 19 2009 Jens Petersen <petersen@redhat.com> - 6.10.1-7
001d345
- buildrequire ncurses-devel to fix build of missing editline package needed
001d345
  for ghci line-editing (#478466)
a5fa326
- move spec templates to cabal2spec package for easy updating
65d3718
- provide correct haddock version
644d44d
ad8913e
* Mon Dec  1 2008 Jens Petersen <petersen@redhat.com> - 6.10.1-6
ad8913e
- update macros.ghc to latest proposed revised packaging guidelines:
ad8913e
  - use runghc
18d2312
  - drop trivial cabal_build and cabal_haddock macros
ad8913e
  - ghc_register_pkg and ghc_unregister_pkg replace ghc_preinst_script,
ad8913e
    ghc_postinst_script, ghc_preun_script, and ghc_postun_script
ad8913e
- library templates prof subpackage requires main library again
74a3f25
- make cabal2spec work on .cabal files too, and
ad8913e
  read and check name and version directly from .cabal file
ad8913e
- ghc-prof does not need to own libraries dirs owned by main package
74a3f25
0682b80
* Tue Nov 25 2008 Jens Petersen <petersen@redhat.com> - 6.10.1-5
b17255a
- add cabal2spec and template files for easy cabal hackage packaging
0682b80
- simplify script macros: make ghc_preinst_script and ghc_postun_script no-ops
0682b80
  and ghc_preun_script only unregister for uninstall
0682b80
6c9b784
* Tue Nov 11 2008 Jens Petersen <petersen@redhat.com> - 6.10.1-4
6c9b784
- fix broken urls to haddock docs created by gen_contents_index script
6c9b784
- avoid haddock errors when upgrading by making doc post script posttrans
6c9b784
Bryan O'Sullivan 6e90088
* Wed Nov 05 2008 Bryan O'Sullivan <bos@serpentine.com> - 6.10.1-3
Bryan O'Sullivan 6e90088
- libraries/prologue.txt should not have been ghosted
Bryan O'Sullivan 6e90088
Bryan O'Sullivan cd0fae4
* Tue Nov 04 2008 Bryan O'Sullivan <bos@serpentine.com> - 6.10.1-2
Bryan O'Sullivan cd0fae4
- Fix a minor packaging glitch
Bryan O'Sullivan cd0fae4
Bryan O'Sullivan 378558c
* Tue Nov 04 2008 Bryan O'Sullivan <bos@serpentine.com> - 6.10.1-1
1acf5c7
- Update to 6.10.1
Bryan O'Sullivan 378558c
ab507b7
* Thu Oct 23 2008 Jens Petersen <petersen@redhat.com> - 6.10.0.20081007-9
ab507b7
- remove redundant --haddockdir from cabal_configure
ab507b7
- actually ghc-pkg no longer seems to create package.conf.old backups
ab507b7
- include LICENSE in doc
ab507b7
a8cf709
* Thu Oct 23 2008 Jens Petersen <petersen@redhat.com> - 6.10.0.20081007-8
a8cf709
- need to create ghost package.conf.old for ghc-6.10
a8cf709
c7ae1a2
* Thu Oct 23 2008 Jens Petersen <petersen@redhat.com> - 6.10.0.20081007-7
c7ae1a2
- use gen_contents_index to re-index haddock
c7ae1a2
- add %%pkg_docdir to cabal_configure
c7ae1a2
- requires(post) ghc for haddock for doc
c7ae1a2
- improve doc file lists
c7ae1a2
- no longer need to create ghost package.conf.old
c7ae1a2
- remove or rename alternatives files more consistently
c7ae1a2
Bryan O'Sullivan cb5a89f
* Tue Oct 14 2008 Bryan O'Sullivan <bos@serpentine.com> - 6.10.0.20081007-6
Bryan O'Sullivan cb5a89f
- Update macros to install html and haddock bits in the right places
Bryan O'Sullivan cb5a89f
Bryan O'Sullivan 8a484b3
* Tue Oct 14 2008 Bryan O'Sullivan <bos@serpentine.com> - 6.10.0.20081007-5
Bryan O'Sullivan 8a484b3
- Don't use a macro to update the docs for the main doc package
Bryan O'Sullivan 8a484b3
Bryan O'Sullivan 8a484b3
* Tue Oct 14 2008 Bryan O'Sullivan <bos@serpentine.com> - 6.10.0.20081007-4
Bryan O'Sullivan 354d10e
- Add ghc_haddock_reindex macro
Bryan O'Sullivan 354d10e
- Generate haddock index after installing ghc-doc package
Bryan O'Sullivan 354d10e
3c43e38
* Mon Oct 13 2008 Jens Petersen <petersen@redhat.com> - 6.10.0.20081007-3
3c43e38
- provide haddock = 2.2.2
3c43e38
- add selinux file context for unconfined_execmem following darcs package
3c43e38
- post requires policycoreutils
3c43e38
Bryan O'Sullivan a8b8189
* Sun Oct 12 2008 Bryan O'Sullivan <bos@serpentine.com> - 6.10.0.20081007-2.fc10
Bryan O'Sullivan a8b8189
- Use libedit in preference to readline, for BSD license consistency
Bryan O'Sullivan a8b8189
- With haddock bundled now, obsolete standalone versions (but not haddock09)
Bryan O'Sullivan a8b8189
- Drop obsolete freeglut-devel, openal-devel, and haddock09 dependencies
Bryan O'Sullivan a8b8189
Bryan O'Sullivan a8b8189
* Sun Oct 12 2008 Bryan O'Sullivan <bos@serpentine.com> - 6.10.0.20081007-1.fc10
Bryan O'Sullivan a8b8189
- Update to 6.10.1 release candidate 1
Bryan O'Sullivan a8b8189
Bryan O'Sullivan a8b8189
* Wed Oct  1 2008 Bryan O'Sullivan <bos@serpentine.com> - 6.10.0.20080921-1.fc10
Bryan O'Sullivan a8b8189
- Drop unneeded haddock patch
Bryan O'Sullivan a8b8189
- Rename hsc2hs to hsc2hs-ghc so the alternatives symlink to it will work
Bryan O'Sullivan ef6ff25
c7ae1a2
* Wed Sep 24 2008 Jens Petersen <petersen@redhat.com> - 6.8.3-5
c5b8789
- bring back including haddock-generated lib docs, now under docdir/ghc
2a4aeca
- fix macros.ghc filepath (#460304)
2a4aeca
- spec file cleanups:
2a4aeca
- fix the source urls back
2a4aeca
- drop requires chkconfig
2a4aeca
- do not override __spec_install_post
2a4aeca
- setup docs building in build.mk
2a4aeca
- no longer need to remove network/include/Typeable.h
2a4aeca
- install binaries under libdir not libexec
c7ae1a2
- remove hsc2hs and runhaskell binaries since they are alternatives
2a4aeca
c7ae1a2
* Wed Sep 17 2008 Jens Petersen <petersen@redhat.com> - 6.8.3-4
d85f6b0
- add macros.ghc for new Haskell Packaging Guidelines (#460304)
d85f6b0
Bryan O'Sullivan 860e5f3
* Wed Jun 18 2008 Bryan O'Sullivan <bos@serpentine.com> - 6.8.3-3
Bryan O'Sullivan 860e5f3
- Add symlinks from _libdir, where ghc looks, to _libexecdir
Bryan O'Sullivan 860e5f3
- Patch libraries/gen_contents_index to use haddock-0.9
Bryan O'Sullivan 860e5f3
Bryan O'Sullivan 34b478a
* Wed Jun 18 2008 Bryan O'Sullivan <bos@serpentine.com> - 6.8.3-2
Bryan O'Sullivan 34b478a
- Remove unnecessary dependency on alex
Bryan O'Sullivan 34b478a
Bryan O'Sullivan fb0f222
* Wed Jun 18 2008 Bryan O'Sullivan <bos@serpentine.com> - 6.8.3-1
Bryan O'Sullivan fb0f222
- Upgrade to 6.8.3
Bryan O'Sullivan fb0f222
- Drop the ghc682-style naming scheme, obsolete those packages
Bryan O'Sullivan fb0f222
- Manually strip binaries
Bryan O'Sullivan fb0f222
f7ca4db
* Tue Apr  8 2008 Jens Petersen <petersen@redhat.com> - 6.8.2-10
f7ca4db
- another rebuild attempt
ffb1cec
0a7ad4b
* Thu Feb 14 2008 Jens Petersen <petersen@redhat.com> - 6.8.2-9
bae7070
- remove unrecognized --docdir and --htmldir from configure
bae7070
- drop old buildrequires on libX11-devel and libXt-devel
0a7ad4b
- rebuild with gcc43
0a7ad4b
Bryan O'Sullivan 3d19441
* Sun Jan 06 2008 Bryan O'Sullivan <bos@serpentine.com> - 6.8.2-7
Bryan O'Sullivan 3d19441
- More attempts to fix docdir
Bryan O'Sullivan 3d19441
Bryan O'Sullivan 3d19441
* Sun Jan 06 2008 Bryan O'Sullivan <bos@serpentine.com> - 6.8.2-6
Bryan O'Sullivan 3d19441
- Fix docdir
Bryan O'Sullivan d59db73
f3e1561
* Wed Dec 12 2007 Bryan O'Sullivan <bos@serpentine.com> - 6.8.2-1
Bryan O'Sullivan 7528b14
- Update to 6.8.2
Bryan O'Sullivan 7528b14
Bryan O'Sullivan 8e74151
* Fri Nov 23 2007 Bryan O'Sullivan <bos@serpentine.com> - 6.8.1-2
Bryan O'Sullivan 8e74151
- Exclude alpha
Bryan O'Sullivan 8e74151
Bryan O'Sullivan d59db73
* Thu Nov  8 2007 Bryan O'Sullivan <bos@serpentine.com> - 6.8.1-2
Bryan O'Sullivan d59db73
- Drop bit-rotted attempts at making package relocatable
Bryan O'Sullivan d59db73
Bryan O'Sullivan e8ba9bc
* Sun Nov  4 2007 Michel Salim <michel.sylvan@gmail.com> - 6.8.1-1
Bryan O'Sullivan e8ba9bc
- Update to 6.8.1
Bryan O'Sullivan e8ba9bc
Bryan O'Sullivan a20a5e5
* Sat Sep 29 2007 Bryan O'Sullivan <bos@serpentine.com> - 6.8.0.20070928-2
Bryan O'Sullivan a20a5e5
- add happy to BuildRequires
Bryan O'Sullivan a20a5e5
Bryan O'Sullivan cdb710f
* Sat Sep 29 2007 Bryan O'Sullivan <bos@serpentine.com> - 6.8.0.20070928-1
Bryan O'Sullivan cdb710f
- prepare for GHC 6.8.1 by building a release candidate snapshot
Bryan O'Sullivan cdb710f
Bryan O'Sullivan 5ae9c57
* Thu May 10 2007 Bryan O'Sullivan <bos@serpentine.com> - 6.6.1-3
Bryan O'Sullivan 5ae9c57
- install man page for ghc
Bryan O'Sullivan 5ae9c57
Bryan O'Sullivan 19c596b
* Thu May 10 2007 Bryan O'Sullivan <bos@serpentine.com> - 6.6.1-2
Bryan O'Sullivan 19c596b
- exclude ppc64 for now, due to lack of time to bootstrap
Bryan O'Sullivan 19c596b
Bryan O'Sullivan 67f2135
* Wed May  9 2007 Bryan O'Sullivan <bos@serpentine.com> - 6.6.1-1
Bryan O'Sullivan 67f2135
- update to 6.6.1 release
Bryan O'Sullivan 67f2135
2047747
* Mon Jan 22 2007 Jens Petersen <petersen@redhat.com> - 6.6-2
2047747
- remove truncated duplicate Typeable.h header in network package
2047747
  (Bryan O'Sullivan, #222865)
2047747
812b066
* Fri Nov  3 2006 Jens Petersen <petersen@redhat.com> - 6.6-1
812b066
- update to 6.6 release
812b066
- buildrequire haddock >= 0.8
812b066
- fix summary of ghcver package (Michel Salim, #209574)
812b066
4eb22b2
* Thu Sep 28 2006 Jens Petersen <petersen@redhat.com> - 6.4.2-4
4eb22b2
- turn on docs generation again
4eb22b2
8896457
* Mon Sep 25 2006 Jens Petersen <petersen@redhat.com> - 6.4.2-3.fc6
8896457
- ghost package.conf.old (Gérard Milmeister)
8896457
- set unconfined_execmem_exec_t context on executables with ghc rts (#195821)
a97ca19
- turn off building docs until haddock is back
8896457
64398ad
* Sat Apr 29 2006 Jens Petersen <petersen@redhat.com> - 6.4.2-2.fc6
64398ad
- buildrequire libXt-devel so that the X11 package and deps get built
64398ad
  (Garrett Mitchener, #190201)
64398ad
64398ad
* Thu Apr 20 2006 Jens Petersen <petersen@redhat.com> - 6.4.2-1.fc6
9c5a6c2
- update to 6.4.2 release
9c5a6c2
9c5a6c2
* Thu Mar  2 2006 Jens Petersen <petersen@redhat.com> - 6.4.1-3.fc5
c12a20f
- buildrequire libX11-devel instead of xorg-x11-devel (Kevin Fenzi, #181024)
c12a20f
- make ghc-doc require ghc (Michel Salim, #180449)
c12a20f
9c5a6c2
* Tue Oct 11 2005 Jens Petersen <petersen@redhat.com> - 6.4.1-2.fc5
3c45d54
- turn on build_doc since haddock is now in Extras
1ae0da0
- no longer specify ghc version to build with (Ville Skyttä, #170176)
3c45d54
9c5a6c2
* Tue Sep 20 2005 Jens Petersen <petersen@redhat.com> - 6.4.1-1.fc5
af099c0
- 6.4.1 release
af099c0
  - the following patches are now upstream: ghc-6.4-powerpc.patch,
af099c0
    rts-GCCompact.h-x86_64.patch, ghc-6.4-dsforeign-x86_64-1097471.patch,
af099c0
    ghc-6.4-rts-adjustor-x86_64-1097471.patch
af099c0
  - builds with gcc4 so drop %%_with_gcc32
af099c0
  - x86_64 build restrictions (no ghci and split objects) no longer apply
af099c0
a677d5c
* Tue May 31 2005 Jens Petersen <petersen@redhat.com>
a677d5c
- add %%dist to release
a677d5c
01ca420
* Thu May 12 2005 Jens Petersen <petersen@redhat.com> - 6.4-8
01ca420
- initial import into Fedora Extras
01ca420
01ca420
* Thu May 12 2005 Jens Petersen <petersen@haskell.org>
01ca420
- add build_prof and build_doc switches for -doc and -prof subpackages
01ca420
- add _with_gcc32 switch since ghc-6.4 doesn't build with gcc-4.0
01ca420
01ca420
* Wed May 11 2005 Jens Petersen <petersen@haskell.org> - 6.4-7
01ca420
- make package relocatable (ghc#1084122)
01ca420
  - add post install scripts to replace prefix in driver scripts
01ca420
- buildrequire libxslt and docbook-style-xsl instead of docbook-utils and flex
01ca420
01ca420
* Fri May  6 2005 Jens Petersen <petersen@haskell.org> - 6.4-6
01ca420
- add ghc-6.4-dsforeign-x86_64-1097471.patch and
01ca420
  ghc-6.4-rts-adjustor-x86_64-1097471.patch from trunk to hopefully fix
01ca420
  ffi support on x86_64 (Simon Marlow, ghc#1097471)
01ca420
- use XMLDocWays instead of SGMLDocWays to build documentation fully
01ca420
01ca420
* Mon May  2 2005 Jens Petersen <petersen@haskell.org> - 6.4-5
01ca420
- add rts-GCCompact.h-x86_64.patch to fix GC issue on x86_64 (Simon Marlow)
01ca420
01ca420
* Thu Mar 17 2005 Jens Petersen <petersen@haskell.org> - 6.4-4
01ca420
- add ghc-6.4-powerpc.patch (Ryan Lortie)
01ca420
- disable building interpreter rather than install and delete on x86_64
01ca420
01ca420
* Wed Mar 16 2005 Jens Petersen <petersen@haskell.org> - 6.4-3
01ca420
- make ghc require ghcver of same ver-rel
01ca420
- on x86_64 remove ghci for now since it doesn't work and all .o files
01ca420
01ca420
* Tue Mar 15 2005 Jens Petersen <petersen@haskell.org> - 6.4-2
01ca420
- ghc requires ghcver (Amanda Clare)
01ca420
01ca420
* Sat Mar 12 2005 Jens Petersen <petersen@haskell.org> - 6.4-1
01ca420
- 6.4 release
01ca420
  - x86_64 build no longer unregisterised
01ca420
- use sed instead of perl to tidy filelists
01ca420
- buildrequire ghc64 instead of ghc-6.4
01ca420
- no epoch for ghc64-prof's ghc64 requirement
01ca420
- install docs directly in docdir
01ca420
01ca420
* Fri Jan 21 2005 Jens Petersen <petersen@haskell.org> - 6.2.2-2
01ca420
- add x86_64 port
01ca420
  - build unregistered and without splitobjs
01ca420
  - specify libdir to configure and install
01ca420
- rename ghc-prof to ghcXYZ-prof, which obsoletes ghc-prof
01ca420
01ca420
* Mon Dec  6 2004 Jens Petersen <petersen@haskell.org> - 6.2.2-1
01ca420
- move ghc requires to ghcXYZ
01ca420
01ca420
* Wed Nov 24 2004 Jens Petersen <petersen@haskell.org> - 6.2.2-0.fdr.1
01ca420
- ghc622
01ca420
  - provide ghc = %%version
01ca420
- require gcc, gmp-devel and readline-devel
01ca420
01ca420
* Fri Oct 15 2004 Gerard Milmeister <gemi@bluewin.ch> - 6.2.2-0.fdr.1
01ca420
- New Version 6.2.2
01ca420
01ca420
* Mon Mar 22 2004 Gerard Milmeister <gemi@bluewin.ch> - 6.2.1-0.fdr.1
01ca420
- New Version 6.2.1
01ca420
01ca420
* Tue Dec 16 2003 Gerard Milmeister <gemi@bluewin.ch> - 6.2-0.fdr.1
01ca420
- New Version 6.2
01ca420
01ca420
* Tue Dec 16 2003 Gerard Milmeister <gemi@bluewin.ch> - 6.0.1-0.fdr.3
01ca420
- A few minor specfile tweaks
01ca420
01ca420
* Mon Dec 15 2003 Gerard Milmeister <gemi@bluewin.ch> - 6.0.1-0.fdr.2
01ca420
- Different file list generation
01ca420
01ca420
* Mon Oct 20 2003 Gerard Milmeister <gemi@bluewin.ch> - 6.0.1-0.fdr.1
01ca420
- First Fedora release
01ca420
- Added generated html docs, so that haddock is not needed
01ca420
01ca420
* Wed Sep 26 2001 Manuel Chakravarty
01ca420
- small changes for 5.04
01ca420
01ca420
* Wed Sep 26 2001 Manuel Chakravarty
01ca420
- split documentation off into a separate package
01ca420
- adapt to new docbook setup in RH7.1
01ca420
01ca420
* Mon Apr 16 2001 Manuel Chakravarty
01ca420
- revised for 5.00
01ca420
- also runs autoconf automagically if no ./configure found
01ca420
01ca420
* Thu Jun 22 2000 Sven Panne
01ca420
- removed explicit usage of hslibs/docs, it belongs to ghc/docs/set
01ca420
01ca420
* Sun Apr 23 2000 Manuel Chakravarty
01ca420
- revised for ghc 4.07; added suggestions from Pixel <pixel@mandrakesoft.com>
01ca420
- added profiling package
01ca420
01ca420
* Tue Dec 7 1999 Manuel Chakravarty
01ca420
- version for use from CVS
01ca420
01ca420
* Thu Sep 16 1999 Manuel Chakravarty
01ca420
- modified for GHC 4.04, patchlevel 1 (no more 62 tuple stuff); minimises use
01ca420
  of patch files - instead emits a build.mk on-the-fly
01ca420
01ca420
* Sat Jul 31 1999 Manuel Chakravarty
01ca420
- modified for GHC 4.04
01ca420
01ca420
* Wed Jun 30 1999 Manuel Chakravarty
01ca420
- some more improvements from vbzoli
01ca420
01ca420
* Fri Feb 26 1999 Manuel Chakravarty
01ca420
- modified for GHC 4.02
01ca420
f673bd8
* Thu Dec 24 1998 Zoltan Vorosbaranyi
01ca420
- added BuildRoot
01ca420
- files located in /usr/local/bin, /usr/local/lib moved to /usr/bin, /usr/lib
01ca420
01ca420
* Tue Jul 28 1998 Manuel Chakravarty
01ca420
- original version