[Git][haskell-team/DHG_packages][master] regex-pcre: Patch for newer dependencies

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Sun Jul 3 11:47:44 BST 2022



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
a6f0b953 by Ilias Tsitsimpis at 2022-07-03T13:46:07+03:00
regex-pcre: Patch for newer dependencies

- - - - -


3 changed files:

- p/haskell-regex-pcre/debian/changelog
- + p/haskell-regex-pcre/debian/patches/newer-deps
- + p/haskell-regex-pcre/debian/patches/series


Changes:

=====================================
p/haskell-regex-pcre/debian/changelog
=====================================
@@ -1,4 +1,4 @@
-haskell-regex-pcre (0.95.0.0-3) UNRELEASED; urgency=medium
+haskell-regex-pcre (0.95.0.0-3) unstable; urgency=medium
 
   [ Debian Janitor ]
   * Update watch file format version to 4.
@@ -8,8 +8,9 @@ haskell-regex-pcre (0.95.0.0-3) UNRELEASED; urgency=medium
 
   [ Ilias Tsitsimpis ]
   * Declare compliance with Debian policy 4.6.1
+  * Patch for newer dependencies (Closes: #1013772)
 
- -- Debian Janitor <janitor at jelmer.uk>  Sun, 03 Oct 2021 12:43:10 -0000
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 03 Jul 2022 13:45:58 +0300
 
 haskell-regex-pcre (0.95.0.0-2) unstable; urgency=medium
 


=====================================
p/haskell-regex-pcre/debian/patches/newer-deps
=====================================
@@ -0,0 +1,84 @@
+Index: b/regex-pcre.cabal
+===================================================================
+--- a/regex-pcre.cabal
++++ b/regex-pcre.cabal
+@@ -1,14 +1,16 @@
+ Cabal-Version:          1.12
+ Name:                   regex-pcre
+ Version:                0.95.0.0
++x-revision:             4
+ 
+ build-type:             Simple
+ license:                BSD3
+ license-file:           LICENSE
+ copyright:              Copyright (c) 2006, Christopher Kuklewicz
+ author:                 Christopher Kuklewicz
+-maintainer:             hvr at gnu.org
+-bug-reports:            https://github.com/hvr/regex-pcre/issues
++maintainer:             Andreas Abel
++homepage:               https://wiki.haskell.org/Regular_expressions
++bug-reports:            https://github.com/haskell-hvr/regex-pcre/issues
+ category:               Text
+ 
+ synopsis:    PCRE Backend for "Text.Regex" (regex-base)
+@@ -20,14 +22,36 @@ description:
+ extra-source-files:
+   ChangeLog.md
+ 
++tested-with:
++  GHC == 9.4.1
++  GHC == 9.2.2
++  GHC == 9.0.2
++  GHC == 8.10.7
++  GHC == 8.8.4
++  GHC == 8.6.5
++  GHC == 8.4.4
++  GHC == 8.2.2
++  GHC == 8.0.2
++  GHC == 7.10.3
++  GHC == 7.8.4
++  GHC == 7.6.3
++  GHC == 7.4.2
++  GHC == 7.2.2
++  GHC == 7.0.4
++
+ flag pkg-config
+   default:     True
+   manual:      True
+-  description: Use @pkg-config(1)@ to locate foreign @zlib@ library.
++  description: Use @pkg-config(1)@ to locate foreign @pcre@ library.
+ 
+ source-repository head
+   type:     git
+-  location: https://github.com/hvr/regex-pcre.git
++  location: https://github.com/haskell-hvr/regex-pcre.git
++
++source-repository this
++  type:     git
++  location: https://github.com/haskell-hvr/regex-pcre.git
++  tag:      0.95.0.0-r4
+ 
+ library
+   hs-source-dirs: src
+@@ -54,9 +78,9 @@ library
+       FlexibleInstances
+ 
+   build-depends: regex-base == 0.94.*
+-               , base       >= 4.3 && < 4.14
++               , base       >= 4.3 && < 5
+                , containers >= 0.4 && < 0.7
+-               , bytestring >= 0.9 && < 0.11
++               , bytestring >= 0.9 && < 0.12
+                , array      >= 0.3 && < 0.6
+ 
+   if !impl(ghc >= 8)
+@@ -67,5 +91,7 @@ library
+   else
+     extra-libraries: pcre
+ 
+-  ghc-options: -O2
+-               -Wall -fno-warn-unused-imports
++  ghc-options:
++    -O2
++    -Wall -fno-warn-unused-imports
++    -- -Wcompat -- options cannot be changed in a revision


=====================================
p/haskell-regex-pcre/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/a6f0b953a4fb62fa52b6c80f98954dfc4107c93b

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/a6f0b953a4fb62fa52b6c80f98954dfc4107c93b
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20220703/aed4b052/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list