Copy from home:hgraeber:branches:devel:languages:haskell/ghc via accept of submit request 15442

Request was accepted with message:

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=76
This commit is contained in:
Herbert Graeber 2009-07-26 19:14:21 +00:00 committed by Git OBS Bridge
parent 066792a808
commit e81d3e9d49
5 changed files with 21 additions and 8 deletions

View File

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

View File

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

View File

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

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

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

View File

@ -1,4 +1,4 @@
# Copyright (c) 2007-2008 Herbert Graeber
# Copyright (c) 2007-2009 Herbert Graeber
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@ -7,7 +7,7 @@
# norootforbuild
Name: ghc
Version: 6.10.3
Version: 6.10.4
Release: 0
Summary: The Glasgow Haskell Compilation system
Summary(de): Das Glasgow-Haskell-Compilation-System
@ -329,6 +329,19 @@ fi
%doc docs/storage-mgt/sm.ps
%changelog
* Sun Jul 26 2009 Herbert Graeber <herber@graeber-clan.de> 6.10.4
- update to version 6.10.4
* Fixed a segfault that could occur when calling mkWeakForeignEnv#.
* Fixed a crash that could occur when calling unblock inside unsafePerformIO.
* Stop primops such as readMutVar# being inlined, which can cause loss of
referential transparency.
* Fixed a bug that meant ctrl-C was ignored by processes we run with runProcess.
* Fixed a bug where gcc processes run by GHC get killed on Mac OS X 10.4.11.
* Fixed a bug where processes on Windows could hold file handles open after
they had finished, leading to permission denied errors.
* GHCi only uses Haskeline if the input is a terminal.
* Fixed building with newer versions of MSYS binutils.
* Mon May 11 2009 Herbert Graeber <herber@graeber-clan.de> 6.10.3
- add provides for libraries contained
- dblatex is only available for 11.0 up