forked from pool/ghc-regex-posix
osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-regex-posix revision:9, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-regex-posix?expand=0&rev=40
This commit is contained in:
parent
748325de26
commit
e83161dbec
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 28 18:44:30 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update regex-posix to version 0.96.0.1 revision 3.
|
||||||
|
Upstream has revised the Cabal build instructions on Hackage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 7 19:37:42 UTC 2023 - Peter Simons <psimons@suse.com>
|
Fri Jul 7 19:37:42 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ Summary: POSIX Backend for "Text.Regex" (regex-base)
|
|||||||
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/2.cabal#/%{pkg_name}.cabal
|
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-array-devel
|
BuildRequires: ghc-array-devel
|
||||||
BuildRequires: ghc-array-prof
|
BuildRequires: ghc-array-prof
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
cabal-version: 1.12
|
cabal-version: 1.12
|
||||||
name: regex-posix
|
name: regex-posix
|
||||||
version: 0.96.0.1
|
version: 0.96.0.1
|
||||||
x-revision: 2
|
x-revision: 3
|
||||||
|
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
license: BSD3
|
license: BSD3
|
||||||
@ -24,8 +24,9 @@ extra-source-files:
|
|||||||
cbits/myfree.h
|
cbits/myfree.h
|
||||||
|
|
||||||
tested-with:
|
tested-with:
|
||||||
GHC == 9.6.2
|
GHC == 9.8.0
|
||||||
GHC == 9.4.5
|
GHC == 9.6.3
|
||||||
|
GHC == 9.4.7
|
||||||
GHC == 9.2.8
|
GHC == 9.2.8
|
||||||
GHC == 9.0.2
|
GHC == 9.0.2
|
||||||
GHC == 8.10.7
|
GHC == 8.10.7
|
||||||
@ -35,20 +36,15 @@ tested-with:
|
|||||||
GHC == 8.2.2
|
GHC == 8.2.2
|
||||||
GHC == 8.0.2
|
GHC == 8.0.2
|
||||||
GHC == 7.10.3
|
GHC == 7.10.3
|
||||||
GHC == 7.8.4
|
|
||||||
GHC == 7.6.3
|
|
||||||
GHC == 7.4.2
|
|
||||||
GHC == 7.2.2
|
|
||||||
GHC == 7.0.4
|
|
||||||
|
|
||||||
source-repository head
|
source-repository head
|
||||||
type: git
|
type: git
|
||||||
location: https://github.com/hvr/regex-posix.git
|
location: https://github.com/haskell-hvr/regex-posix.git
|
||||||
|
|
||||||
source-repository this
|
source-repository this
|
||||||
type: git
|
type: git
|
||||||
location: https://github.com/hvr/regex-base.git
|
location: https://github.com/haskell-hvr/regex-base.git
|
||||||
tag: v0.96.0.1-r2
|
tag: v0.96.0.1-r3
|
||||||
|
|
||||||
flag _regex-posix-clib
|
flag _regex-posix-clib
|
||||||
manual: False
|
manual: False
|
||||||
@ -89,7 +85,7 @@ library
|
|||||||
|
|
||||||
build-depends: regex-base == 0.94.*
|
build-depends: regex-base == 0.94.*
|
||||||
, base >= 4.3 && < 5
|
, base >= 4.3 && < 5
|
||||||
, containers >= 0.4 && < 0.7
|
, containers >= 0.4 && < 0.8
|
||||||
, bytestring >= 0.9 && < 0.13
|
, bytestring >= 0.9 && < 0.13
|
||||||
, array >= 0.3 && < 0.6
|
, array >= 0.3 && < 0.6
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user