From dfd777f9dc727822ef870f8ec379e3fc12cbbe86e17489b2d302df3b41833674 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Wed, 6 Mar 2019 19:33:34 +0000 Subject: [PATCH] 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 --- ghc-8.6.3-src.tar.xz | 3 --- ghc-8.6.4-src.tar.xz | 3 +++ ghc.changes | 13 +++++++++++++ ghc.spec | 8 ++++---- 4 files changed, 20 insertions(+), 7 deletions(-) delete mode 100644 ghc-8.6.3-src.tar.xz create mode 100644 ghc-8.6.4-src.tar.xz diff --git a/ghc-8.6.3-src.tar.xz b/ghc-8.6.3-src.tar.xz deleted file mode 100644 index cfce40a..0000000 --- a/ghc-8.6.3-src.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f9e37b7971935d88ba80426c36af14b1e0b3ec1d9c860f44a4391771bc07f23 -size 19138116 diff --git a/ghc-8.6.4-src.tar.xz b/ghc-8.6.4-src.tar.xz new file mode 100644 index 0000000..abf2537 --- /dev/null +++ b/ghc-8.6.4-src.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b5d07e4463203a433c3ed3df461ba6cce11b6d2b9b264db31f3429075d0303a +size 19029904 diff --git a/ghc.changes b/ghc.changes index 93e21af..d622681 100644 --- a/ghc.changes +++ b/ghc.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Mar 6 08:49:44 UTC 2019 - Ondřej Súkup + +- 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 diff --git a/ghc.spec b/ghc.spec index 1bfb54c..23599e4 100644 --- a/ghc.spec +++ b/ghc.spec @@ -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