4
0

osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-regex-posix revision:17, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-regex-posix?expand=0&rev=29
This commit is contained in:
2021-03-08 08:01:22 +00:00
committed by Git OBS Bridge
parent 3a00baade3
commit 971cacbfce
3 changed files with 110 additions and 81 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Feb 20 17:36:35 UTC 2021 - psimons@suse.com
- Update regex-posix to version 0.96.0.0 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com> Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package ghc-regex-posix # spec file for package ghc-regex-posix
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,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/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-array-devel BuildRequires: ghc-array-devel
BuildRequires: ghc-bytestring-devel BuildRequires: ghc-bytestring-devel

View File

@@ -1,7 +1,7 @@
cabal-version: 1.12 cabal-version: 1.12
name: regex-posix name: regex-posix
version: 0.96.0.0 version: 0.96.0.0
x-revision: 1 x-revision: 2
build-type: Simple build-type: Simple
license: BSD3 license: BSD3
@@ -23,10 +23,33 @@ extra-source-files:
ChangeLog.md ChangeLog.md
cbits/myfree.h cbits/myfree.h
tested-with:
-- Haskell CI:
GHC == 7.0.4
GHC == 7.2.2
GHC == 7.4.2
GHC == 7.6.3
GHC == 7.8.4
GHC == 7.10.3
GHC == 8.0.2
GHC == 8.2.2
GHC == 8.4.4
GHC == 8.6.5
GHC == 8.8.4
GHC == 8.10.3
-- manually (AA, 2021-02-17):
-- GHC == 8.10.4
-- GHC == 9.0.1
source-repository head source-repository head
type: git type: git
location: https://github.com/hvr/regex-posix.git location: https://github.com/hvr/regex-posix.git
source-repository this
type: git
location: https://github.com/hvr/regex-base.git
tag: v0.96.0.0-r2
flag _regex-posix-clib flag _regex-posix-clib
manual: False manual: False
default: False default: False
@@ -67,9 +90,9 @@ library
FlexibleInstances FlexibleInstances
build-depends: regex-base == 0.94.* build-depends: regex-base == 0.94.*
, base >= 4.3 && < 4.15 , base >= 4.3 && < 4.16
, containers >= 0.4 && < 0.7 , containers >= 0.4 && < 0.7
, bytestring >= 0.9 && < 0.11 , bytestring >= 0.9 && < 0.12
, array >= 0.3 && < 0.6 , array >= 0.3 && < 0.6
if !impl(ghc >= 8) if !impl(ghc >= 8)