Accepting request 780008 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/780008 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc?expand=0&rev=83
This commit is contained in:
commit
9d4e10d7dd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:01cea54d90686b97bcc9960b108beaffccd4336dee930dcf9beaf52b1f370a0b
|
|
||||||
size 19365816
|
|
Binary file not shown.
3
ghc-8.8.3-src.tar.xz
Normal file
3
ghc-8.8.3-src.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e0dcc0aaf3e234c5978f29e6df62947e97720ab404ec0158343df211c5480f89
|
||||||
|
size 19343672
|
BIN
ghc-8.8.3-src.tar.xz.sig
Normal file
BIN
ghc-8.8.3-src.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 27 08:47:53 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
- update to 8.8.3
|
||||||
|
* a compiler panic due to over-zealous eta reduction
|
||||||
|
* the ability to bootstrap with earlier 8.8 releases has been restored
|
||||||
|
* the directory submodule has been updated
|
||||||
|
* the process submodule has been updated
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 17 16:43:22 UTC 2020 - Andreas Schwab <schwab@suse.de>
|
Mon Feb 17 16:43:22 UTC 2020 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
11
ghc.spec
11
ghc.spec
@ -29,11 +29,11 @@
|
|||||||
%global unregisterised_archs s390 s390x riscv64
|
%global unregisterised_archs s390 s390x riscv64
|
||||||
|
|
||||||
Name: ghc
|
Name: ghc
|
||||||
Version: 8.8.2
|
Version: 8.8.3
|
||||||
Release: 0
|
Release: 0
|
||||||
URL: https://www.haskell.org/ghc/
|
URL: https://www.haskell.org/ghc/
|
||||||
Source: https://downloads.haskell.org/~ghc/8.8.2/ghc-%{version}-src.tar.xz
|
Source: https://downloads.haskell.org/~ghc/8.8.3/ghc-%{version}-src.tar.xz
|
||||||
Source1: https://downloads.haskell.org/~ghc/8.8.2/ghc-%{version}-src.tar.xz.sig
|
Source1: https://downloads.haskell.org/~ghc/8.8.3/ghc-%{version}-src.tar.xz.sig
|
||||||
Source2: ghc-rpmlintrc
|
Source2: ghc-rpmlintrc
|
||||||
Summary: The Glorious Glasgow Haskell Compiler
|
Summary: The Glorious Glasgow Haskell Compiler
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -166,7 +166,7 @@ To install all of GHC install package ghc.
|
|||||||
%ghc_lib_subpackage -d bytestring-0.10.10.0
|
%ghc_lib_subpackage -d bytestring-0.10.10.0
|
||||||
%ghc_lib_subpackage -d containers-0.6.2.1
|
%ghc_lib_subpackage -d containers-0.6.2.1
|
||||||
%ghc_lib_subpackage -d deepseq-1.4.4.0
|
%ghc_lib_subpackage -d deepseq-1.4.4.0
|
||||||
%ghc_lib_subpackage -d directory-1.3.4.0
|
%ghc_lib_subpackage -d directory-1.3.6.0
|
||||||
%ghc_lib_subpackage -d filepath-1.4.2.1
|
%ghc_lib_subpackage -d filepath-1.4.2.1
|
||||||
%ghc_lib_subpackage -d -x ghc-%{ghc_version_override}
|
%ghc_lib_subpackage -d -x ghc-%{ghc_version_override}
|
||||||
%ghc_lib_subpackage -d ghc-boot-%{ghc_version_override}
|
%ghc_lib_subpackage -d ghc-boot-%{ghc_version_override}
|
||||||
@ -180,7 +180,7 @@ To install all of GHC install package ghc.
|
|||||||
%ghc_lib_subpackage -d mtl-2.2.2
|
%ghc_lib_subpackage -d mtl-2.2.2
|
||||||
%ghc_lib_subpackage -d parsec-3.1.14.0
|
%ghc_lib_subpackage -d parsec-3.1.14.0
|
||||||
%ghc_lib_subpackage -d pretty-1.1.3.6
|
%ghc_lib_subpackage -d pretty-1.1.3.6
|
||||||
%ghc_lib_subpackage -d process-1.6.7.0
|
%ghc_lib_subpackage -d process-1.6.8.0
|
||||||
%ghc_lib_subpackage -d stm-2.5.0.0
|
%ghc_lib_subpackage -d stm-2.5.0.0
|
||||||
%ghc_lib_subpackage -d template-haskell-2.15.0.0
|
%ghc_lib_subpackage -d template-haskell-2.15.0.0
|
||||||
%ghc_lib_subpackage -d -c ncurses-devel terminfo-0.4.1.4
|
%ghc_lib_subpackage -d -c ncurses-devel terminfo-0.4.1.4
|
||||||
@ -282,6 +282,7 @@ make %{?_smp_mflags}
|
|||||||
make -j 2
|
make -j 2
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%if 0%{?suse_version} <= 1320
|
%if 0%{?suse_version} <= 1320
|
||||||
%ghc_suse_disable_debug_packages
|
%ghc_suse_disable_debug_packages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user