[Git][haskell-team/DHG_packages][master] regex-compat: patch for newer base

Clint Adams gitlab at salsa.debian.org
Mon Jun 1 20:27:27 BST 2020



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
b52d8a12 by Clint Adams at 2020-06-01T15:26:16-04:00
regex-compat: patch for newer base

- - - - -


4 changed files:

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


Changes:

=====================================
p/haskell-regex-compat/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-regex-compat (0.95.2.0-1) unstable; urgency=medium
+
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Mon, 01 Jun 2020 15:23:56 -0400
+
 haskell-regex-compat (0.95.1-12) unstable; urgency=medium
 
   [ Clint Adams ]


=====================================
p/haskell-regex-compat/debian/control
=====================================
@@ -11,16 +11,18 @@ Build-Depends:
  ghc (>= 8),
  ghc-prof,
  haskell-devscripts (>= 0.13),
- libghc-regex-base-dev (>= 0.93),
+ libghc-regex-base-dev (>= 0.94),
+ libghc-regex-base-dev (<< 0.95),
  libghc-regex-base-prof,
- libghc-regex-posix-dev (>= 0.95.1),
+ libghc-regex-posix-dev (>= 0.96),
+ libghc-regex-posix-dev (<< 0.97),
  libghc-regex-posix-prof,
 Build-Depends-Indep:
  ghc-doc,
  libghc-regex-base-doc,
  libghc-regex-posix-doc,
-Standards-Version: 4.1.4
-Homepage: http://sourceforge.net/projects/lazy-regex
+Standards-Version: 4.5.0
+Homepage: https://hackage.haskell.org/package/regex-compat
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-regex-compat
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-regex-compat]
 


=====================================
p/haskell-regex-compat/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/regex-compat.cabal
++++ b/regex-compat.cabal
+@@ -25,7 +25,7 @@
+ library
+   exposed-modules: Text.Regex
+ 
+-  build-depends: base        >= 4.3 && < 4.14
++  build-depends: base        >= 4.3 && < 4.15
+                , regex-base  == 0.94.*
+                , regex-posix == 0.96.*
+                , array       >= 0.3 && < 0.6


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



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/b52d8a1205223abf4e5fc5bc0aec47c9f9a6fb40
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/20200601/acae1116/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list