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:
parent
fe718a5a67
commit
cb28c4b840
@ -1,6 +1,6 @@
|
|||||||
Name: c2hs
|
Name: c2hs
|
||||||
Version: 0.28.8
|
Version: 0.28.8
|
||||||
x-revision: 2
|
x-revision: 3
|
||||||
License: GPL-2
|
License: GPL-2
|
||||||
License-File: COPYING
|
License-File: COPYING
|
||||||
Copyright: Copyright (c) 1999-2007 Manuel M T Chakravarty
|
Copyright: Copyright (c) 1999-2007 Manuel M T Chakravarty
|
||||||
@ -116,7 +116,7 @@ flag base3
|
|||||||
Executable c2hs
|
Executable c2hs
|
||||||
Build-Depends: base >= 2 && < 5,
|
Build-Depends: base >= 2 && < 5,
|
||||||
bytestring,
|
bytestring,
|
||||||
language-c >= 0.7.1 && < 0.10,
|
language-c >= 0.7.1 && < 0.11,
|
||||||
filepath,
|
filepath,
|
||||||
dlist
|
dlist
|
||||||
|
|
||||||
|
@ -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>
|
Thu Apr 6 12:24:04 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package c2hs
|
# 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
|
# 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
|
||||||
@ -24,7 +24,7 @@ Summary: C->Haskell FFI tool that gives some cross-language type safety
|
|||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
URL: https://hackage.haskell.org/package/%{name}
|
URL: https://hackage.haskell.org/package/%{name}
|
||||||
Source0: https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
|
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-Cabal-devel
|
||||||
BuildRequires: ghc-array-devel
|
BuildRequires: ghc-array-devel
|
||||||
BuildRequires: ghc-array-prof
|
BuildRequires: ghc-array-prof
|
||||||
|
Loading…
x
Reference in New Issue
Block a user