osc copypac from project:devel:languages:haskell:ghc-9.10.x package:c2hs revision:2, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/c2hs?expand=0&rev=23
This commit is contained in:
Peter Simons 2024-12-10 11:25:51 +00:00 committed by Git OBS Bridge
parent fe718a5a67
commit cb28c4b840
3 changed files with 10 additions and 4 deletions

View File

@ -1,6 +1,6 @@
Name: c2hs
Version: 0.28.8
x-revision: 2
x-revision: 3
License: GPL-2
License-File: COPYING
Copyright: Copyright (c) 1999-2007 Manuel M T Chakravarty
@ -116,7 +116,7 @@ flag base3
Executable c2hs
Build-Depends: base >= 2 && < 5,
bytestring,
language-c >= 0.7.1 && < 0.10,
language-c >= 0.7.1 && < 0.11,
filepath,
dlist

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Nov 17 23:17:56 UTC 2024 - Peter Simons <psimons@suse.com>
- Update c2hs to version 0.28.8 revision 3.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Thu Apr 6 12:24:04 UTC 2023 - Peter Simons <psimons@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package c2hs
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -24,7 +24,7 @@ Summary: C->Haskell FFI tool that gives some cross-language type safety
License: GPL-2.0-or-later
URL: https://hackage.haskell.org/package/%{name}
Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
Source1: https://hackage.haskell.org/package/%{name}-%{version}/revision/2.cabal#/%{name}.cabal
Source1: https://hackage.haskell.org/package/%{name}-%{version}/revision/3.cabal#/%{name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-array-devel
BuildRequires: ghc-array-prof