forked from pool/ghc-Only
osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-Only revision:8, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-Only?expand=0&rev=16
This commit is contained in:
parent
7f0a37e6ca
commit
5a7d82c37f
@ -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
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user