forked from pool/ghc-generically
Accepting request 1222606 from devel:languages:haskell
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1222606 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-generically?expand=0&rev=6
This commit is contained in:
commit
cefa96af63
@ -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: 3
|
x-revision: 4
|
||||||
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
|
||||||
@ -35,7 +35,7 @@ source-repository head
|
|||||||
|
|
||||||
library
|
library
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
build-depends: base >=4.9 && <4.21
|
build-depends: base >=4.9 && <4.22
|
||||||
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
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 31 12:51:42 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update generically to version 0.1.1 revision 4.
|
||||||
|
Upstream has revised the Cabal build instructions on Hackage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 16 11:22:04 UTC 2024 - Peter Simons <psimons@suse.com>
|
Thu May 16 11:22:04 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -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/3.cabal#/%{pkg_name}.cabal
|
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-base-devel
|
BuildRequires: ghc-base-devel
|
||||||
BuildRequires: ghc-base-prof
|
BuildRequires: ghc-base-prof
|
||||||
|
Loading…
Reference in New Issue
Block a user