diff --git a/data-fix-0.3.2.tar.gz b/data-fix-0.3.2.tar.gz deleted file mode 100644 index 2456444..0000000 --- a/data-fix-0.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a172d3bc0639c327345e965f9d9023e099425814b28dcdb7b60ff66d66219cc -size 5842 diff --git a/data-fix-0.3.3.tar.gz b/data-fix-0.3.3.tar.gz new file mode 100644 index 0000000..cc8c3bb --- /dev/null +++ b/data-fix-0.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:179b6dd9e655400450c43f719d4170cb6b898ece5f2cb85aa1e61b569fa6ca2e +size 5767 diff --git a/data-fix.cabal b/data-fix.cabal deleted file mode 100644 index 28d9286..0000000 --- a/data-fix.cabal +++ /dev/null @@ -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: -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 diff --git a/ghc-data-fix.changes b/ghc-data-fix.changes index 42fc4a3..42627e3 100644 --- a/ghc-data-fix.changes +++ b/ghc-data-fix.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun May 12 20:32:03 UTC 2024 - Peter Simons + +- 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 diff --git a/ghc-data-fix.spec b/ghc-data-fix.spec index 6e28400..2469ce6 100644 --- a/ghc-data-fix.spec +++ b/ghc-data-fix.spec @@ -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