osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-data-fix revision:8, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-data-fix?expand=0&rev=23
This commit is contained in:
parent
1e74031a5f
commit
c21039f819
@ -1,6 +1,6 @@
|
||||
Name: data-fix
|
||||
Version: 0.3.2
|
||||
x-revision: 4
|
||||
x-revision: 5
|
||||
Cabal-Version: >= 1.10
|
||||
License: BSD3
|
||||
License-file: LICENSE
|
||||
@ -33,9 +33,10 @@ Tested-With:
|
||||
|| ==8.8.4
|
||||
|| ==8.10.7
|
||||
|| ==9.0.2
|
||||
|| ==9.2.7
|
||||
|| ==9.4.4
|
||||
|| ==9.6.1
|
||||
|| ==9.2.8
|
||||
|| ==9.4.7
|
||||
|| ==9.6.3
|
||||
|| ==9.8.1
|
||||
|
||||
extra-source-files:
|
||||
CHANGELOG.md
|
||||
@ -59,8 +60,8 @@ library
|
||||
-Wredundant-constraints -Widentities -Wmissing-export-lists
|
||||
|
||||
build-depends:
|
||||
base >=4.4 && <4.19
|
||||
, deepseq >=1.3.0.0 && <1.5
|
||||
base >=4.4 && <4.20
|
||||
, deepseq >=1.3.0.0 && <1.6
|
||||
, hashable >=1.2.7.0 && <1.5
|
||||
|
||||
if impl(ghc <7.6)
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 4 13:49:14 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update data-fix to version 0.3.2 revision 5.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 17:06:32 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -25,7 +25,7 @@ Summary: Fixpoint data types
|
||||
License: BSD-3-Clause
|
||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal
|
||||
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/5.cabal#/%{pkg_name}.cabal
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-base-devel
|
||||
BuildRequires: ghc-base-prof
|
||||
|
Loading…
x
Reference in New Issue
Block a user