osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-call-stack revision:14, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-call-stack?expand=0&rev=44
This commit is contained in:
Ondřej Súkup 2021-05-30 18:58:15 +00:00 committed by Git OBS Bridge
parent 64a6233149
commit ea9034b20c
4 changed files with 11 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b80e8de2b87f01922b23b328655ad2f843f42495f3e1033ae907aade603c716a
size 2544

3
call-stack-0.4.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:430bcf8a3404f7e55319573c0b807b1356946f0c8f289bb3d9afb279c636b87b
size 2757

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun May 16 11:13:52 UTC 2021 - psimons@suse.com
- Update call-stack to version 0.4.0.
Upstream does not provide a change log file.
-------------------------------------------------------------------
Wed Jan 20 08:34:32 UTC 2021 - psimons@suse.com

View File

@ -19,7 +19,7 @@
%global pkg_name call-stack
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.3.0
Version: 0.4.0
Release: 0
Summary: Use GHC call-stacks in a backward compatible way
License: MIT
@ -29,6 +29,7 @@ BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
ExcludeArch: %{ix86}
%if %{with tests}
BuildRequires: ghc-filepath-devel
BuildRequires: ghc-nanospec-devel
%endif