1
0

osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-generically revision:9, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-generically?expand=0&rev=6
This commit is contained in:
Peter Simons 2023-10-05 21:00:57 +00:00 committed by Git OBS Bridge
parent d4bcda03ca
commit b326f60264
3 changed files with 13 additions and 6 deletions

View File

@ -1,7 +1,7 @@
cabal-version: 1.12 cabal-version: 1.12
name: generically name: generically
version: 0.1.1 version: 0.1.1
x-revision: 1 x-revision: 2
synopsis: Generically newtype to use with DerivingVia synopsis: Generically newtype to use with DerivingVia
description: description:
This is a compatibility package as @Generically@ and @Generically1@ newtypes This is a compatibility package as @Generically@ and @Generically1@ newtypes
@ -24,9 +24,10 @@ tested-with:
|| ==8.8.4 || ==8.8.4
|| ==8.10.7 || ==8.10.7
|| ==9.0.2 || ==9.0.2
|| ==9.2.7 || ==9.2.8
|| ==9.4.4 || ==9.4.7
|| ==9.6.1 || ==9.6.3
|| ==9.8.1
source-repository head source-repository head
type: git type: git
@ -34,7 +35,7 @@ source-repository head
library library
default-language: Haskell2010 default-language: Haskell2010
build-depends: base >=4.9 && <4.19 build-depends: base >=4.9 && <4.20
if impl(ghc >= 9.4) && !impl(ghc >= 9.6) if impl(ghc >= 9.4) && !impl(ghc >= 9.6)
build-depends: base-orphans >=0.8.8 && <0.10 build-depends: base-orphans >=0.8.8 && <0.10
hs-source-dirs: src hs-source-dirs: src

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Oct 4 18:22:20 UTC 2023 - Peter Simons <psimons@suse.com>
- Update generically to version 0.1.1 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 30 17:06:50 UTC 2023 - Peter Simons <psimons@suse.com> Thu Mar 30 17:06:50 UTC 2023 - Peter Simons <psimons@suse.com>

View File

@ -25,7 +25,7 @@ Summary: Generically newtype to use with DerivingVia
License: BSD-3-Clause License: BSD-3-Clause
URL: https://hackage.haskell.org/package/%{pkg_name} URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz 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-Cabal-devel
BuildRequires: ghc-base-devel BuildRequires: ghc-base-devel
BuildRequires: ghc-base-orphans-devel BuildRequires: ghc-base-orphans-devel