Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
3
data-default-0.7.1.1.tar.gz
Normal file
3
data-default-0.7.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b0f95d279cd75cacaa8152a01590dc3460f7134f6840b37052abb3ba3cb2a511
|
||||||
|
size 1627
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:23f20e3089976fee1670077b745746219a25290bd5e654320c8af6aedf72dd31
|
|
||||||
size 4597
|
|
@ -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>
|
Thu Mar 30 17:06:30 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-data-default
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,9 +18,8 @@
|
|||||||
|
|
||||||
%global pkg_name data-default
|
%global pkg_name data-default
|
||||||
%global pkgver %{pkg_name}-%{version}
|
%global pkgver %{pkg_name}-%{version}
|
||||||
%bcond_with tests
|
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.8.0.0
|
Version: 0.7.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A class for types with a default value
|
Summary: A class for types with a default value
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -29,19 +28,19 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg
|
|||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-base-devel
|
BuildRequires: ghc-base-devel
|
||||||
BuildRequires: ghc-base-prof
|
BuildRequires: ghc-base-prof
|
||||||
BuildRequires: ghc-containers-devel
|
BuildRequires: ghc-data-default-class-devel
|
||||||
BuildRequires: ghc-containers-prof
|
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
|
BuildRequires: ghc-rpm-macros
|
||||||
ExcludeArch: %{ix86}
|
ExcludeArch: %{ix86}
|
||||||
%if %{with tests}
|
|
||||||
BuildRequires: ghc-mtl-devel
|
|
||||||
BuildRequires: ghc-mtl-prof
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module defines a class for types with a default value. Instances are
|
A class for types with a default value.
|
||||||
provided for '()', 'Data.Set.Set', 'Data.Map.Map', 'Int', 'Integer', 'Float',
|
|
||||||
'Double', and many others.
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Haskell %{pkg_name} library development files
|
Summary: Haskell %{pkg_name} library development files
|
||||||
@ -78,9 +77,6 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|||||||
%install
|
%install
|
||||||
%ghc_lib_install
|
%ghc_lib_install
|
||||||
|
|
||||||
%check
|
|
||||||
%cabal_test
|
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
%ghc_pkg_recache
|
%ghc_pkg_recache
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user