Accepting request 824307 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/824307 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-data-fix?expand=0&rev=2
This commit is contained in:
commit
6be7272e33
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30f28a89a0a22b02deba69f2bf3d2f4bd17289d6f20f5fe80fb23f02165bb016
|
||||
size 2668
|
3
data-fix-0.3.0.tar.gz
Normal file
3
data-fix-0.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e59b3ed694b5139316093b3767842e60ad4821858459e7cd763e5773dfa99a0
|
||||
size 5516
|
@ -1,35 +0,0 @@
|
||||
Name: data-fix
|
||||
Version: 0.2.1
|
||||
x-revision: 1
|
||||
Cabal-Version: >= 1.10
|
||||
License: BSD3
|
||||
License-file: LICENSE
|
||||
Author: Anton Kholomiov
|
||||
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/anton-k/data-fix
|
||||
Bug-Reports: https://github.com/anton-k/data-fix/issues
|
||||
|
||||
Source-repository head
|
||||
Type: git
|
||||
Location: https://github.com/anton-k/data-fix
|
||||
|
||||
Library
|
||||
Default-Language: Haskell2010
|
||||
Build-depends: base >= 4.8, base < 5
|
||||
Hs-source-dirs: src/
|
||||
|
||||
ghc-options: -Wall
|
||||
|
||||
Exposed-modules:
|
||||
Data.Fix
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 23 02:00:26 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Update data-fix to version 0.3.0.
|
||||
Upstream added a new change log file in this release. With no
|
||||
previous version to compare against, the automatic updater cannot
|
||||
reliable determine the relevante entries for this release.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 8 16:48:01 UTC 2020 - psimons@suse.com
|
||||
|
||||
|
@ -18,14 +18,15 @@
|
||||
|
||||
%global pkg_name data-fix
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.2.1
|
||||
Version: 0.3.0
|
||||
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/1.cabal#/%{pkg_name}.cabal
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-deepseq-devel
|
||||
BuildRequires: ghc-hashable-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
|
||||
%description
|
||||
@ -46,7 +47,6 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{pkg_name}-%{version}
|
||||
cp -p %{SOURCE1} %{pkg_name}.cabal
|
||||
|
||||
%build
|
||||
%ghc_lib_build
|
||||
@ -64,5 +64,6 @@ cp -p %{SOURCE1} %{pkg_name}.cabal
|
||||
%license LICENSE
|
||||
|
||||
%files devel -f %{name}-devel.files
|
||||
%doc CHANGELOG.md
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user