forked from pool/ghc-reflection
Accepting request 815157 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/815157 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-reflection?expand=0&rev=6
This commit is contained in:
commit
2443b1471a
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 9 09:10:57 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Update reflection to version 2.1.6.
|
||||
# 2.1.6 [2020.05.16]
|
||||
* Fix a bug in which `give` (and possibly `reify`, `reifyNat`, and
|
||||
`reifySymbol`) could be unsoundly inlined by GHC 8.10 or older to produce
|
||||
incorrect runtime results.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 16:14:31 UTC 2019 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-reflection
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%global pkg_name reflection
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 2.1.5
|
||||
Version: 2.1.6
|
||||
Release: 0
|
||||
Summary: Reifies arbitrary terms into types that can be reflected back into terms
|
||||
License: BSD-3-Clause
|
||||
@ -30,6 +30,7 @@ BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-template-haskell-devel
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-QuickCheck-devel
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-hspec-devel
|
||||
%endif
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:272ee9bffb722047067296a34f68d7450e3f6abfbe62eed02a9cef20ed212977
|
||||
size 19532
|
3
reflection-2.1.6.tar.gz
Normal file
3
reflection-2.1.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bf3e14917ebb329a53701a3cce0afe670f20037a0148dbfa5cbfa574ed6ba6cd
|
||||
size 19976
|
Loading…
Reference in New Issue
Block a user