Hello community,

here is the log from the commit of package ghc-partial-order for 
openSUSE:Factory checked in at 2020-11-12 22:42:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-partial-order (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-partial-order.new.24930 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-partial-order"

Thu Nov 12 22:42:54 2020 rev:1 rq:847856 version:0.2.0.0

Changes:
--------
New Changes file:

--- /dev/null   2020-11-12 01:11:43.462704170 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-partial-order.new.24930/ghc-partial-order.changes
   2020-11-12 22:42:59.698367473 +0100
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Sun Nov  8 09:53:41 UTC 2020 - [email protected]
+
+- Add partial-order at version 0.2.0.0.
+

New:
----
  ghc-partial-order.changes
  ghc-partial-order.spec
  partial-order-0.2.0.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-partial-order.spec ++++++
#
# spec file for package ghc-partial-order
#
# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


%global pkg_name partial-order
%bcond_with tests
Name:           ghc-%{pkg_name}
Version:        0.2.0.0
Release:        0
Summary:        Provides typeclass suitable for types admitting a partial order
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-containers-devel
BuildRequires:  ghc-rpm-macros
%if %{with tests}
BuildRequires:  ghc-HUnit-devel
BuildRequires:  ghc-test-framework-devel
BuildRequires:  ghc-test-framework-hunit-devel
BuildRequires:  ghc-test-framework-quickcheck2-devel
%endif

%description
This packages provides the PartialOrd typeclass suitable for types admitting a
partial order. The only module exposed by this package is Data.PartialOrd.
Along with the PartialOrd typeclass and some utility functions for working with
partially ordered types, it exports instances for certain numeric types along
with instances for lists and sets.

%package devel
Summary:        Haskell %{pkg_name} library development files
Requires:       %{name} = %{version}-%{release}
Requires:       ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}

%description devel
This package provides the Haskell %{pkg_name} library development files.

%prep
%autosetup -n %{pkg_name}-%{version}

%build
%ghc_lib_build

%install
%ghc_lib_install

%check
%cabal_test

%post devel
%ghc_pkg_recache

%postun devel
%ghc_pkg_recache

%files -f %{name}.files
%license LICENSE

%files devel -f %{name}-devel.files

%changelog
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to