1
0

Accepting request 1098733 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1098733
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-regex-posix?expand=0&rev=14
This commit is contained in:
Dominique Leuenberger 2023-07-18 19:53:52 +00:00 committed by Git OBS Bridge
commit 258c1cba4d
3 changed files with 13 additions and 6 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jul 7 19:37:42 UTC 2023 - Peter Simons <psimons@suse.com>
- Update regex-posix to version 0.96.0.1 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Thu Mar 30 17:08:04 UTC 2023 - Peter Simons <psimons@suse.com>

View File

@ -25,7 +25,7 @@ Summary: POSIX Backend for "Text.Regex" (regex-base)
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-array-prof

View File

@ -1,7 +1,7 @@
cabal-version: 1.12
name: regex-posix
version: 0.96.0.1
x-revision: 1
x-revision: 2
build-type: Simple
license: BSD3
@ -24,8 +24,9 @@ extra-source-files:
cbits/myfree.h
tested-with:
GHC == 9.4.1
GHC == 9.2.2
GHC == 9.6.2
GHC == 9.4.5
GHC == 9.2.8
GHC == 9.0.2
GHC == 8.10.7
GHC == 8.8.4
@ -47,7 +48,7 @@ source-repository head
source-repository this
type: git
location: https://github.com/hvr/regex-base.git
tag: v0.96.0.1-r1
tag: v0.96.0.1-r2
flag _regex-posix-clib
manual: False
@ -89,7 +90,7 @@ library
build-depends: regex-base == 0.94.*
, base >= 4.3 && < 5
, containers >= 0.4 && < 0.7
, bytestring >= 0.9 && < 0.12
, bytestring >= 0.9 && < 0.13
, array >= 0.3 && < 0.6
if impl(ghc < 8)