From 19e9fffcca888200eb2dcec350f574f0b2b1f17da1b5b0be25d9c39b667bad6c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 18 Apr 2023 21:01:18 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-commutative-semigroups revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-commutative-semigroups?expand=0&rev=5 --- commutative-semigroups-0.1.0.0.tar.gz | 3 --- commutative-semigroups-0.1.0.1.tar.gz | 3 +++ commutative-semigroups.cabal | 31 --------------------------- ghc-commutative-semigroups.changes | 9 ++++++++ ghc-commutative-semigroups.spec | 4 +--- 5 files changed, 13 insertions(+), 37 deletions(-) delete mode 100644 commutative-semigroups-0.1.0.0.tar.gz create mode 100644 commutative-semigroups-0.1.0.1.tar.gz delete mode 100644 commutative-semigroups.cabal diff --git a/commutative-semigroups-0.1.0.0.tar.gz b/commutative-semigroups-0.1.0.0.tar.gz deleted file mode 100644 index 070a00f..0000000 --- a/commutative-semigroups-0.1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:661d41ac7fbab17bdc5ebb7eafeecc597616cc5a1c7fce1b07722aa8bc1a0618 -size 3916 diff --git a/commutative-semigroups-0.1.0.1.tar.gz b/commutative-semigroups-0.1.0.1.tar.gz new file mode 100644 index 0000000..b5113b9 --- /dev/null +++ b/commutative-semigroups-0.1.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0732d53b25fea4822ed8aefdc0aa5586db9a78f67db8cc796adabd614677aaae +size 3944 diff --git a/commutative-semigroups.cabal b/commutative-semigroups.cabal deleted file mode 100644 index c8ce30a..0000000 --- a/commutative-semigroups.cabal +++ /dev/null @@ -1,31 +0,0 @@ -cabal-version: 2.4 -name: commutative-semigroups -version: 0.1.0.0 -x-revision: 3 -synopsis: Commutative semigroups -description: - A commutative semigroup is a semigroup where the order of arguments to mappend does not matter. -license: BSD-3-Clause -license-file: LICENSE -author: Nathan "Taneb" van Doorn -maintainer: maintainer@obsidian.systems -copyright: Copyright (C) 2013 Nathan van Doorn, 2021–2022 Obsidian Systems LLC -category: Algebra, Data, Math -build-type: Simple -bug-reports: https://github.com/ObsidianSystems/commutative-semigroups/issues -extra-source-files: - ChangeLog.md - ReadMe.md - -source-repository head - type: git - location: https://github.com/ObsidianSystems/commutative-semigroups.git - -library - exposed-modules: Data.Semigroup.Commutative - Numeric.Product.Commutative - -- other-modules: - build-depends: base >= 4.6 && < 4.18, - containers >= 0.4 && < 0.7 - hs-source-dirs: src - default-language: Haskell2010 diff --git a/ghc-commutative-semigroups.changes b/ghc-commutative-semigroups.changes index 13b607a..d3c14eb 100644 --- a/ghc-commutative-semigroups.changes +++ b/ghc-commutative-semigroups.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Apr 17 11:51:32 UTC 2023 - Peter Simons + +- Update commutative-semigroups to version 0.1.0.1. + ## 0.1.0.1 -- 2023-04-17 + + - Loosen version bounds + - Support GHC 9.6.1 + ------------------------------------------------------------------- Thu Mar 30 17:06:16 UTC 2023 - Peter Simons diff --git a/ghc-commutative-semigroups.spec b/ghc-commutative-semigroups.spec index da0dc70..aecf168 100644 --- a/ghc-commutative-semigroups.spec +++ b/ghc-commutative-semigroups.spec @@ -19,13 +19,12 @@ %global pkg_name commutative-semigroups %global pkgver %{pkg_name}-%{version} Name: ghc-%{pkg_name} -Version: 0.1.0.0 +Version: 0.1.0.1 Release: 0 Summary: Commutative semigroups 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/3.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof @@ -67,7 +66,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