osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-syb revision:13, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-syb?expand=0&rev=65
This commit is contained in:
parent
e91add1a8f
commit
802f219d1c
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 21 08:59:14 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update syb to version 0.7.2.1.
|
||||||
|
2021-01-18 Sergey Vinokurov <serg.foo@gmail.com>
|
||||||
|
|
||||||
|
* 0.7.2: Add compatibility with GHC 9, switch to tasty for tests,
|
||||||
|
fix tests on GHCJS
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-syb
|
# spec file for package ghc-syb
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name syb
|
%global pkg_name syb
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.7.1
|
Version: 0.7.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Scrap Your Boilerplate
|
Summary: Scrap Your Boilerplate
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -29,9 +29,10 @@ BuildRequires: ghc-Cabal-devel
|
|||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
ExcludeArch: %{ix86}
|
ExcludeArch: %{ix86}
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: ghc-HUnit-devel
|
|
||||||
BuildRequires: ghc-containers-devel
|
BuildRequires: ghc-containers-devel
|
||||||
BuildRequires: ghc-mtl-devel
|
BuildRequires: ghc-mtl-devel
|
||||||
|
BuildRequires: ghc-tasty-devel
|
||||||
|
BuildRequires: ghc-tasty-hunit-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e04a9c7ae48d9fe25e9b7a064f7122d39c710753544511e15df7a6e87fdfe700
|
|
||||||
size 39594
|
|
3
syb-0.7.2.1.tar.gz
Normal file
3
syb-0.7.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1807c66f77e66786739387f0ae9f16d150d1cfa9d626afcb729f0e9b442a8d96
|
||||||
|
size 39768
|
Loading…
Reference in New Issue
Block a user