Accepting request 825369 from devel:languages:haskell
OBS-URL: https://build.opensuse.org/request/show/825369 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc?expand=0&rev=86
This commit is contained in:
commit
9009c2262b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e3b07f83a266b3198310f19f71e371ebce97c769b14f0d688f4cbf2a2a1edf5
|
||||
size 19781652
|
Binary file not shown.
3
ghc-8.10.2-src.tar.xz
Normal file
3
ghc-8.10.2-src.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c573a4621a78723950617c223559bdc325ea6a3409264aedf68f05510b0880b
|
||||
size 21880680
|
BIN
ghc-8.10.2-src.tar.xz.sig
Normal file
BIN
ghc-8.10.2-src.tar.xz.sig
Normal file
Binary file not shown.
15
ghc.changes
15
ghc.changes
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 9 11:27:32 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- update to 8.10.2
|
||||
* Fixes a code generation bug resulting in incorrect code generation
|
||||
for foreign calls with complex arguments
|
||||
* Fixes a bug causing object merging to fail when the lld linker is in use
|
||||
* Introduces a workaround for a Linux kernel bug in the implementation
|
||||
of the timerfd mechanism
|
||||
* Fixes a few specialiser regressions as well introduces a variety
|
||||
of miscellaneous specialiser improvements
|
||||
* Fixes a potential loss of sharing due to left operator sections
|
||||
* Fix bootstrapping of GHC with the LLVM backend on x86-64
|
||||
* few important correctness fixes for the low-latency garbage collector.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 31 18:47:18 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
10
ghc.spec
10
ghc.spec
@ -23,10 +23,10 @@
|
||||
%endif
|
||||
|
||||
%global unregisterised_archs s390 s390x riscv64
|
||||
%define full_version 8.10.1
|
||||
%define full_version 8.10.2
|
||||
|
||||
Name: ghc
|
||||
Version: 8.10.1
|
||||
Version: 8.10.2
|
||||
Release: 0
|
||||
URL: https://www.haskell.org/ghc/
|
||||
Source: https://downloads.haskell.org/~ghc/%{full_version}/ghc-%{version}-src.tar.xz
|
||||
@ -152,7 +152,7 @@ To install all of GHC install package ghc.
|
||||
%if %{defined ghclibdir}
|
||||
%ghc_lib_subpackage -d Cabal-3.2.0.0
|
||||
%ghc_lib_subpackage -d array-0.5.4.0
|
||||
%ghc_lib_subpackage -d -c gmp-devel,libffi-devel,libdw-devel,libelf-devel%{libnuma_dep} base-4.14.0.0
|
||||
%ghc_lib_subpackage -d -c gmp-devel,libffi-devel,libdw-devel,libelf-devel%{libnuma_dep} base-4.14.1.0
|
||||
%ghc_lib_subpackage -d binary-0.8.8.0
|
||||
%ghc_lib_subpackage -d bytestring-0.10.10.0
|
||||
%ghc_lib_subpackage -d containers-0.6.2.1
|
||||
@ -166,13 +166,13 @@ To install all of GHC install package ghc.
|
||||
%ghc_lib_subpackage -d ghc-compact-0.1.0.0
|
||||
%ghc_lib_subpackage -d ghc-heap-%{ghc_version_override}
|
||||
%ghc_lib_subpackage -d -x ghci-%{ghc_version_override}
|
||||
%ghc_lib_subpackage -d haskeline-0.8.0.0
|
||||
%ghc_lib_subpackage -d haskeline-0.8.0.1
|
||||
%ghc_lib_subpackage -d hpc-0.6.1.0
|
||||
%ghc_lib_subpackage -d libiserv-%{ghc_version_override}
|
||||
%ghc_lib_subpackage -d mtl-2.2.2
|
||||
%ghc_lib_subpackage -d parsec-3.1.14.0
|
||||
%ghc_lib_subpackage -d pretty-1.1.3.6
|
||||
%ghc_lib_subpackage -d process-1.6.8.2
|
||||
%ghc_lib_subpackage -d process-1.6.9.0
|
||||
%ghc_lib_subpackage -d stm-2.5.0.0
|
||||
%ghc_lib_subpackage -d template-haskell-2.16.0.0
|
||||
%ghc_lib_subpackage -d -c ncurses-devel terminfo-0.4.1.4
|
||||
|
Loading…
x
Reference in New Issue
Block a user