Accepting request 1008441 from devel:languages:haskell
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1008441 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-boring?expand=0&rev=3
This commit is contained in:
commit
ea788c7c8e
@ -1,6 +1,6 @@
|
||||
name: boring
|
||||
version: 0.2
|
||||
x-revision: 1
|
||||
x-revision: 2
|
||||
synopsis: Boring and Absurd types
|
||||
description:
|
||||
* @Boring@ types are isomorphic to @()@.
|
||||
@ -31,8 +31,9 @@ tested-with:
|
||||
|| ==8.6.5
|
||||
|| ==8.8.4
|
||||
|| ==8.10.7
|
||||
|| ==9.0.1
|
||||
|| ==9.2.1
|
||||
|| ==9.0.2
|
||||
|| ==9.2.4
|
||||
|| ==9.4.1
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
@ -51,7 +52,7 @@ flag tagged
|
||||
library
|
||||
exposed-modules: Data.Boring
|
||||
build-depends:
|
||||
base >=4.5 && <4.17
|
||||
base >=4.5 && <4.18
|
||||
, transformers >=0.3 && <0.7
|
||||
|
||||
if impl(ghc <7.6)
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 21 10:46:30 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update boring to version 0.2 revision 2.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 11 21:25:33 UTC 2021 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-boring
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -24,7 +24,7 @@ Summary: Boring and Absurd types
|
||||
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/1.cabal#/%{pkg_name}.cabal
|
||||
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-tagged-devel
|
||||
|
Loading…
Reference in New Issue
Block a user