Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 89bb85d804 | |||
| cb28c4b840 | |||
| fe718a5a67 | |||
| d9a40e3825 | |||
| 0fe0789ca6 |
@@ -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
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user