- Update to version 6.10.3

* Control-C now works again in GHCi. In 6.10.2 it was ignored on some platformsr
    due to the changes in signal handling.
  * GHCi uses Haskeline, rather than editline, for line editing. This fixes a crash
    when pressing control-C on some platforms, removes a C library dependency, and
    provides a better user interface.
  * It is now possible to build PDF and PS versions of the users guide, using
    dblatex.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=72
This commit is contained in:
Herbert Graeber 2009-05-10 21:32:39 +00:00 committed by Git OBS Bridge
parent fc33e2e30a
commit b59c37000e
5 changed files with 19 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e46186d1f9c4546941f3b520d15a71be0ccd3cc64c221a1c51de05b89f1f9963
size 432440

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d59447c16b92207db5c43004f4ff2ed1b261e00caa94ebef2485baadd17d7c60
size 7987298

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c4ff859292a8986eb49469b13cc96b06bed377095b84d8a08de559a0f1e3afbc
size 490031

3
ghc-6.10.3-src.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:82d104ab8b24f27c3566b5693316c779427794a137237b3df925c55e20905893
size 8059285

View File

@ -7,8 +7,7 @@
# norootforbuild
Name: ghc
Version: 6.10.2
%define f_version ghc6_10_2
Version: 6.10.3
Release: 0
Summary: The Glasgow Haskell Compilation system
Summary(de): Das Glasgow-Haskell-Compilation-System
@ -29,7 +28,6 @@ BuildRequires: happy >= 1.15
BuildRequires: alex >= 2.0
BuildRequires: ncurses-devel
BuildRequires: gmp-devel
BuildRequires: libedit-devel
BuildRequires: texlive-latex
BuildRequires: libxslt
BuildRequires: sgml-skel
@ -39,7 +37,8 @@ BuildRequires: update-alternatives
BuildRequires: java-1_5_0-sun
BuildRequires: fop
BuildRequires: xmltex
BuildRequires: fdupes
BuildRequires: dblatex
BuildRequires: fdupes
Provides: haskell_compiler
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -197,6 +196,16 @@ fi
%doc docs/storage-mgt/sm.ps
%changelog
* Sun May 10 2009 Herbert Graeber <herber@graeber-clan.de> 6.10.3
- Update to version 6.10.3
* Control-C now works again in GHCi. In 6.10.2 it was ignored on some platformsr
due to the changes in signal handling.
* GHCi uses Haskeline, rather than editline, for line editing. This fixes a crash
when pressing control-C on some platforms, removes a C library dependency, and
provides a better user interface.
* It is now possible to build PDF and PS versions of the users guide, using
dblatex.
* Mon Apr 21 2009 Herbert Graeber <herber@graeber-clan.de> 6.10.2
- Fix macros.ghc to use the right doc directory for reindex