Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
3
data-default-class-0.1.2.0.tar.gz
Normal file
3
data-default-class-0.1.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f01b423f000c3e069aaf52a348564a6536797f31498bb85c3db4bd2d0973e56
|
||||
size 2522
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ae530c4fb0bd6c8a8ba399429ccd9c75f9c7696049117178f4ceeb2bd08d5b4
|
||||
size 1589
|
@ -1,15 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 26 19:30:52 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update data-default-class to version 0.2.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-class to version 0.1.2.2.
|
||||
Upstream does not provide a change log file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 17:06:30 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-data-default-class
|
||||
#
|
||||
# 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
|
||||
@ -19,21 +19,20 @@
|
||||
%global pkg_name data-default-class
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.2.0.0
|
||||
Version: 0.1.2.0
|
||||
Release: 0
|
||||
Summary: A class for types with a default value (compatibility shim)
|
||||
Summary: A class for types with a default value
|
||||
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
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-data-default-devel
|
||||
BuildRequires: ghc-data-default-prof
|
||||
BuildRequires: ghc-base-devel
|
||||
BuildRequires: ghc-base-prof
|
||||
BuildRequires: ghc-rpm-macros
|
||||
ExcludeArch: %{ix86}
|
||||
|
||||
%description
|
||||
This module re-exports the 'Default' class from "Data.Default", for
|
||||
compatibility with older code.
|
||||
A class for types with a default value.
|
||||
|
||||
%package devel
|
||||
Summary: Haskell %{pkg_name} library development files
|
||||
|
Loading…
Reference in New Issue
Block a user