forked from pool/ghc-regex-compat
osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-regex-compat revision:17, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-regex-compat?expand=0&rev=29
This commit is contained in:
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 21 12:47:52 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update regex-compat to version 0.95.2.1.
|
||||||
|
## 0.95.2.1
|
||||||
|
|
||||||
|
- Allow `base-4.15` (GHC 9.0)
|
||||||
|
|
||||||
|
- Workaround for `{-# LANGUAGE Haskell2010 #-}` parser regression introduced in GHC 9.0
|
||||||
|
|
||||||
|
- Optimization flag `-O2` has been removed
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
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>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-regex-compat
|
# spec file for package ghc-regex-compat
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -18,13 +18,12 @@
|
|||||||
|
|
||||||
%global pkg_name regex-compat
|
%global pkg_name regex-compat
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.95.2.0
|
Version: 0.95.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Replaces/Enhances "Text.Regex"
|
Summary: Replaces/enhances "Text.Regex"
|
||||||
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
|
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-array-devel
|
BuildRequires: ghc-array-devel
|
||||||
BuildRequires: ghc-regex-base-devel
|
BuildRequires: ghc-regex-base-devel
|
||||||
@@ -50,7 +49,6 @@ This package provides the Haskell %{pkg_name} library development files.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{pkg_name}-%{version}
|
%autosetup -n %{pkg_name}-%{version}
|
||||||
cp -p %{SOURCE1} %{pkg_name}.cabal
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ghc_lib_build
|
%ghc_lib_build
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1fc90e476fc30ced2404fac04433ec422463210a32b49f739864e1ebf2278406
|
|
||||||
size 4019
|
|
||||||
3
regex-compat-0.95.2.1.tar.gz
Normal file
3
regex-compat-0.95.2.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8f7b386c72fd605a292edfb809b8620245b4a3ab7af192ad79e36778596e7947
|
||||||
|
size 4285
|
||||||
@@ -1,40 +0,0 @@
|
|||||||
cabal-version: 1.12
|
|
||||||
name: regex-compat
|
|
||||||
version: 0.95.2.0
|
|
||||||
x-revision: 1
|
|
||||||
|
|
||||||
build-type: Simple
|
|
||||||
license: BSD3
|
|
||||||
license-file: LICENSE
|
|
||||||
copyright: Copyright (c) 2006, Christopher Kuklewicz
|
|
||||||
author: Christopher Kuklewicz
|
|
||||||
maintainer: hvr@gnu.org
|
|
||||||
bug-reports: https://github.com/hvr/regex-compat/issues
|
|
||||||
synopsis: Replaces/Enhances "Text.Regex"
|
|
||||||
category: Text
|
|
||||||
description:
|
|
||||||
One module compat layer over <//hackage.haskell.org/package/regex-posix regex-posix> to replace "Text.Regex".
|
|
||||||
.
|
|
||||||
See also <https://wiki.haskell.org/Regular_expressions> for more information.
|
|
||||||
|
|
||||||
extra-source-files: ChangeLog.md
|
|
||||||
|
|
||||||
source-repository head
|
|
||||||
type: git
|
|
||||||
location: https://github.com/hvr/regex-compat.git
|
|
||||||
|
|
||||||
library
|
|
||||||
exposed-modules: Text.Regex
|
|
||||||
|
|
||||||
build-depends: base >= 4.3 && < 4.15
|
|
||||||
, regex-base == 0.94.*
|
|
||||||
, regex-posix == 0.96.*
|
|
||||||
, array >= 0.3 && < 0.6
|
|
||||||
|
|
||||||
default-language: Haskell2010
|
|
||||||
default-extensions: MultiParamTypeClasses, FunctionalDependencies
|
|
||||||
|
|
||||||
if impl(ghc >= 7.2)
|
|
||||||
default-extensions: Trustworthy
|
|
||||||
|
|
||||||
ghc-options: -Wall
|
|
||||||
Reference in New Issue
Block a user