Accepting request 682267 from devel:languages:haskell:ghc-8.6.x

- update to 8.6.4
 * A bug wherein changes in default method definitions would fail
    to trigger recompilation has been fixed
 * A bug wherein plugins would fail to lookup names not in scope
    in the module being compiled has been fixed
 * A bug where some programs involving StaticData would be rejected
    with either a typechecking error or internal compiler error has been fixed
 * A bug where compilation on Windows can fail with linker errors
    referring to __chkstk_ms has been fixed

OBS-URL: https://build.opensuse.org/request/show/682267
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc?expand=0&rev=295
This commit is contained in:
Ondřej Súkup 2019-03-06 19:33:34 +00:00 committed by Git OBS Bridge
parent c44b11c10b
commit dfd777f9dc
4 changed files with 20 additions and 7 deletions

View File

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

3
ghc-8.6.4-src.tar.xz Normal file
View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Mar 6 08:49:44 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- update to 8.6.4
* A bug wherein changes in default method definitions would fail
to trigger recompilation has been fixed
* A bug wherein plugins would fail to lookup names not in scope
in the module being compiled has been fixed
* A bug where some programs involving StaticData would be rejected
with either a typechecking error or internal compiler error has been fixed
* A bug where compilation on Windows can fail with linker errors
referring to __chkstk_ms has been fixed
-------------------------------------------------------------------
Mon Dec 17 13:26:47 UTC 2018 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -29,7 +29,7 @@
%global unregisterised_archs s390 s390x
Name: ghc
Version: 8.6.3
Version: 8.6.4
Release: 0
Url: http://haskell.org/ghc/dist/%{version}/%{name}-%{version}-src.tar.xz
Summary: The Glorious Glasgow Haskell Compiler
@ -173,13 +173,13 @@ To install all of GHC install package ghc.
%ghc_lib_subpackage -d mtl-2.2.2
%ghc_lib_subpackage -d parsec-3.1.13.0
%ghc_lib_subpackage -d pretty-1.1.3.6
%ghc_lib_subpackage -d process-1.6.3.0
%ghc_lib_subpackage -d process-1.6.5.0
%ghc_lib_subpackage -d stm-2.5.0.0
%ghc_lib_subpackage -d template-haskell-2.14.0.0
%ghc_lib_subpackage -d -c ncurses-devel terminfo-0.4.1.2
%ghc_lib_subpackage -d text-1.2.3.1
%ghc_lib_subpackage -d time-1.8.0.2
%ghc_lib_subpackage -d transformers-0.5.5.0
%ghc_lib_subpackage -d transformers-0.5.6.2
%ghc_lib_subpackage -d unix-2.7.2.2
%ghc_lib_subpackage -d xhtml-3000.2.2.1
%endif