SHA256
1
0
forked from pool/ghc-Only

Accepting request 1104402 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1104402
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-Only?expand=0&rev=6
This commit is contained in:
Ana Guerrero 2023-08-18 17:27:58 +00:00 committed by Git OBS Bridge
commit 050bbc8185
3 changed files with 11 additions and 5 deletions

View File

@ -1,12 +1,12 @@
name: Only
version: 0.1
x-revision: 1
x-revision: 2
synopsis: The 1-tuple type or single-value "collection"
license: BSD3
license-file: LICENSE
author: Herbert Valerio Riedel
maintainer: hvr@gnu.org
bug-reports: https://github.com/hvr/Only/issues
bug-reports: https://github.com/haskell-hvr/Only/issues
category: Data
build-type: Simple
cabal-version: >=1.10
@ -23,7 +23,7 @@ description:
Source-Repository head
Type: git
Location: https://github.com/hvr/Only.git
Location: https://github.com/haskell-hvr/Only.git
library
hs-source-dirs: src
@ -36,7 +36,7 @@ library
, Safe
build-depends: base >= 4.5 && <5
, deepseq >= 1.1 && <1.5
, deepseq >= 1.1 && <1.6
if impl(ghc == 7.4.*)
build-depends: ghc-prim

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Aug 6 10:03:06 UTC 2023 - Peter Simons <psimons@suse.com>
- Update Only to version 0.1 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Thu Mar 30 17:07:45 UTC 2023 - Peter Simons <psimons@suse.com>

View File

@ -25,7 +25,7 @@ Summary: The 1-tuple type or single-value "collection"
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-base-devel
BuildRequires: ghc-base-prof