osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-Cabal-syntax revision:4, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-Cabal-syntax?expand=0&rev=5
This commit is contained in:
Peter Simons 2023-01-17 18:08:20 +00:00 committed by Git OBS Bridge
parent 80a456d1a9
commit 6313269dd7
3 changed files with 232 additions and 226 deletions

View File

@ -1,7 +1,7 @@
cabal-version: 1.22
name: Cabal-syntax
version: 3.8.1.0
x-revision: 1
x-revision: 2
copyright: 2003-2022, Cabal Development Team (see AUTHORS file)
license: BSD3
license-file: LICENSE
@ -37,14 +37,14 @@ library
deepseq >= 1.3.0.1 && < 1.5,
directory >= 1.2 && < 1.4,
filepath >= 1.3.0.1 && < 1.5,
mtl >= 2.1 && < 2.3,
mtl >= 2.1 && < 2.4,
parsec >= 3.1.13.0 && < 3.2,
pretty >= 1.1.1 && < 1.2,
text (>= 1.2.3.0 && < 1.3) || (>= 2.0 && < 2.1),
time >= 1.4.0.1 && < 1.13,
-- transformers-0.4.0.0 doesn't have record syntax e.g. for Identity
-- See also https://github.com/ekmett/transformers-compat/issues/35
transformers (>= 0.3 && < 0.4) || (>=0.4.1.0 && <0.6)
transformers (>= 0.3 && < 0.4) || (>=0.4.1.0 && <0.7)
if os(windows)
build-depends: Win32 >= 2.3.0.0 && < 2.14
@ -54,7 +54,7 @@ library
ghc-options: -Wall -fno-ignore-asserts -fwarn-tabs -fwarn-incomplete-uni-patterns -fwarn-incomplete-record-updates
ghc-options: -Wcompat -Wnoncanonical-monad-instances
if impl(ghc <8.8)
if impl(ghc < 8.8)
ghc-options: -Wnoncanonical-monadfail-instances
exposed-modules:

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Dec 30 05:50:08 UTC 2022 - Peter Simons <psimons@suse.com>
- Update Cabal-syntax to version 3.8.1.0 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Mon Aug 15 09:05:07 UTC 2022 - Peter Simons <psimons@suse.com>

View File

@ -24,7 +24,7 @@ Summary: A library for working with .cabal files
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-array-devel
BuildRequires: ghc-binary-devel