[Git][haskell-team/DHG_packages][master] config-value: patch for newer alex

Clint Adams (@clint) gitlab at salsa.debian.org
Sat Oct 7 18:30:55 BST 2023



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


Commits:
d606a146 by Clint Adams at 2023-10-07T13:42:13-04:00
config-value: patch for newer alex

- - - - -


4 changed files:

- p/haskell-config-value/debian/changelog
- p/haskell-config-value/debian/control
- + p/haskell-config-value/debian/patches/newer-deps
- + p/haskell-config-value/debian/patches/series


Changes:

=====================================
p/haskell-config-value/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-config-value (0.8.3-3) unstable; urgency=medium
+
+  * Patch for newer alex.  closes: #1053570.
+
+ -- Clint Adams <clint at debian.org>  Sat, 07 Oct 2023 13:39:58 -0400
+
 haskell-config-value (0.8.3-2) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.6.2


=====================================
p/haskell-config-value/debian/control
=====================================
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>= 10),
  cdbs,
  ghc (>= 8.4.3),
  ghc-prof,
- alex,
+ alex (>= 3.2),
  happy (>= 1.19.12),
 Build-Depends-Indep: ghc-doc,
 Standards-Version: 4.6.2


=====================================
p/haskell-config-value/debian/patches/newer-deps
=====================================
@@ -0,0 +1,20 @@
+--- a/config-value.cabal
++++ b/config-value.cabal
+@@ -40,14 +40,14 @@ library
+     Config.Value
+ 
+   build-depends:
+-    base       >= 4.8     && < 4.18,
++    base       >= 4.8     && < 5,
+     array      >= 0.4     && < 0.6,
+     containers >= 0.5     && < 0.7,
+     pretty     >= 1.1.1.0 && < 1.2,
+-    text       >= 1.2.0.4 && < 2.1,
++    text       >= 1.2.0.4 && < 2.2,
+ 
+   build-tool-depends:
+-    alex:alex   ^>= 3.2.4,
++    alex:alex   >= 3.2,
+     happy:happy >= 1.19 && <1.21,
+ 
+   hs-source-dirs:      src


=====================================
p/haskell-config-value/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/d606a1461681eb44853f850519c493d16ca6145d
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/20231007/4100c8c0/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list