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
This commit is contained in:
Peter Simons 2023-04-18 21:01:18 +00:00 committed by Git OBS Bridge
parent ddc6bdba25
commit 19e9fffcca
5 changed files with 13 additions and 37 deletions

View File

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

View File

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

View File

@ -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, 20212022 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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Apr 17 11:51:32 UTC 2023 - Peter Simons <psimons@suse.com>
- 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 <psimons@suse.com>

View File

@ -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