Compare commits

..

No commits in common. "factory" and "factory" have entirely different histories.

4 changed files with 14 additions and 30 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b0f95d279cd75cacaa8152a01590dc3460f7134f6840b37052abb3ba3cb2a511
size 1627

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:23f20e3089976fee1670077b745746219a25290bd5e654320c8af6aedf72dd31
size 4597

View File

@ -1,15 +1,3 @@
-------------------------------------------------------------------
Wed Oct 23 20:22:45 UTC 2024 - Peter Simons <psimons@suse.com>
- Update data-default to version 0.8.0.0.
Upstream does not provide a change log file.
-------------------------------------------------------------------
Thu Oct 17 19:18:51 UTC 2024 - Peter Simons <psimons@suse.com>
- Update data-default to version 0.7.1.3.
Upstream does not provide a change log file.
-------------------------------------------------------------------
Thu Mar 30 17:06:30 UTC 2023 - Peter Simons <psimons@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-data-default
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,9 +18,8 @@
%global pkg_name data-default
%global pkgver %{pkg_name}-%{version}
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.8.0.0
Version: 0.7.1.1
Release: 0
Summary: A class for types with a default value
License: BSD-3-Clause
@ -29,19 +28,19 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof
BuildRequires: ghc-containers-devel
BuildRequires: ghc-containers-prof
BuildRequires: ghc-data-default-class-devel
BuildRequires: ghc-data-default-class-prof
BuildRequires: ghc-data-default-instances-containers-devel
BuildRequires: ghc-data-default-instances-containers-prof
BuildRequires: ghc-data-default-instances-dlist-devel
BuildRequires: ghc-data-default-instances-dlist-prof
BuildRequires: ghc-data-default-instances-old-locale-devel
BuildRequires: ghc-data-default-instances-old-locale-prof
BuildRequires: ghc-rpm-macros
ExcludeArch: %{ix86}
%if %{with tests}
BuildRequires: ghc-mtl-devel
BuildRequires: ghc-mtl-prof
%endif
%description
This module defines a class for types with a default value. Instances are
provided for '()', 'Data.Set.Set', 'Data.Map.Map', 'Int', 'Integer', 'Float',
'Double', and many others.
A class for types with a default value.
%package devel
Summary: Haskell %{pkg_name} library development files
@ -78,9 +77,6 @@ This package provides the Haskell %{pkg_name} profiling library.
%install
%ghc_lib_install
%check
%cabal_test
%post devel
%ghc_pkg_recache