Accepting request 1175266 from devel:languages:haskell
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1175266 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-data-fix?expand=0&rev=12
This commit is contained in:
commit
40ba3b4f72
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3a172d3bc0639c327345e965f9d9023e099425814b28dcdb7b60ff66d66219cc
|
||||
size 5842
|
3
data-fix-0.3.3.tar.gz
Normal file
3
data-fix-0.3.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:179b6dd9e655400450c43f719d4170cb6b898ece5f2cb85aa1e61b569fa6ca2e
|
||||
size 5767
|
@ -1,74 +0,0 @@
|
||||
Name: data-fix
|
||||
Version: 0.3.2
|
||||
x-revision: 5
|
||||
Cabal-Version: >= 1.10
|
||||
License: BSD3
|
||||
License-file: LICENSE
|
||||
Author: Anton Kholomiov, Edward Kmett, Oleg Grenrus
|
||||
Maintainer: <anton.kholomiov@gmail.com>
|
||||
Category: Data
|
||||
Synopsis: Fixpoint data types
|
||||
Build-Type: Simple
|
||||
Description:
|
||||
Fixpoint types and recursion schemes. If you define your AST as
|
||||
fixpoint type, you get fold and unfold operations for free.
|
||||
.
|
||||
Thanks for contribution to: Matej Kollar, Herbert Valerio Riedel
|
||||
|
||||
Stability: Experimental
|
||||
|
||||
Homepage: https://github.com/spell-music/data-fix
|
||||
Bug-Reports: https://github.com/spell-music/data-fix/issues
|
||||
|
||||
Tested-With:
|
||||
GHC ==7.2.2
|
||||
|| ==7.4.2
|
||||
|| ==7.6.3
|
||||
|| ==7.8.4
|
||||
|| ==7.10.3
|
||||
|| ==8.0.2
|
||||
|| ==8.2.2
|
||||
|| ==8.4.4
|
||||
|| ==8.6.5
|
||||
|| ==8.8.4
|
||||
|| ==8.10.7
|
||||
|| ==9.0.2
|
||||
|| ==9.2.8
|
||||
|| ==9.4.7
|
||||
|| ==9.6.3
|
||||
|| ==9.8.1
|
||||
|
||||
extra-source-files:
|
||||
CHANGELOG.md
|
||||
|
||||
Source-repository head
|
||||
Type: git
|
||||
Location: https://github.com/spell-music/data-fix
|
||||
|
||||
library
|
||||
hs-source-dirs: src
|
||||
default-language: Haskell2010
|
||||
ghc-options: -Wall
|
||||
exposed-modules: Data.Fix
|
||||
|
||||
if impl(ghc >=8.0)
|
||||
ghc-options: -Wno-trustworthy-safe
|
||||
|
||||
if impl(ghc >=8.4)
|
||||
ghc-options:
|
||||
-Wincomplete-uni-patterns -Wincomplete-record-updates
|
||||
-Wredundant-constraints -Widentities -Wmissing-export-lists
|
||||
|
||||
build-depends:
|
||||
base >=4.4 && <4.20
|
||||
, deepseq >=1.3.0.0 && <1.6
|
||||
, hashable >=1.2.7.0 && <1.5
|
||||
|
||||
if impl(ghc <7.6)
|
||||
-- for GHC.Generics
|
||||
build-depends: ghc-prim
|
||||
|
||||
if !impl(ghc >=8.0)
|
||||
build-depends:
|
||||
transformers >=0.3 && <0.7
|
||||
, transformers-compat >=0.6.5 && <0.8
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 12 20:32:03 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update data-fix to version 0.3.3.
|
||||
## 0.3.3
|
||||
|
||||
- Drop support for GHCs prior 8.6.5
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 4 13:49:14 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-data-fix
|
||||
#
|
||||
# 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
|
||||
@ -19,13 +19,12 @@
|
||||
%global pkg_name data-fix
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.3.2
|
||||
Version: 0.3.3
|
||||
Release: 0
|
||||
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/5.cabal#/%{pkg_name}.cabal
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-base-devel
|
||||
BuildRequires: ghc-base-prof
|
||||
@ -70,7 +69,6 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{pkg_name}-%{version}
|
||||
cp -p %{SOURCE1} %{pkg_name}.cabal
|
||||
|
||||
%build
|
||||
%ghc_lib_build
|
||||
|
Loading…
x
Reference in New Issue
Block a user