diff --git a/data-fix-0.2.1.tar.gz b/data-fix-0.2.1.tar.gz deleted file mode 100644 index cee4f23..0000000 --- a/data-fix-0.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30f28a89a0a22b02deba69f2bf3d2f4bd17289d6f20f5fe80fb23f02165bb016 -size 2668 diff --git a/data-fix-0.3.0.tar.gz b/data-fix-0.3.0.tar.gz new file mode 100644 index 0000000..f1f3d85 --- /dev/null +++ b/data-fix-0.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e59b3ed694b5139316093b3767842e60ad4821858459e7cd763e5773dfa99a0 +size 5516 diff --git a/data-fix.cabal b/data-fix.cabal deleted file mode 100644 index 78bc1a0..0000000 --- a/data-fix.cabal +++ /dev/null @@ -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: -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 diff --git a/ghc-data-fix.changes b/ghc-data-fix.changes index ddad406..1b2a846 100644 --- a/ghc-data-fix.changes +++ b/ghc-data-fix.changes @@ -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 diff --git a/ghc-data-fix.spec b/ghc-data-fix.spec index b82f2fa..c705816 100644 --- a/ghc-data-fix.spec +++ b/ghc-data-fix.spec @@ -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