[Git][haskell-team/DHG_packages][master] config-ini: patch for newer megaparsec

Clint Adams gitlab at salsa.debian.org
Sat Jun 6 01:01:44 BST 2020



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


Commits:
9e041b80 by Clint Adams at 2020-06-05T20:01:01-04:00
config-ini: patch for newer megaparsec

- - - - -


4 changed files:

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


Changes:

=====================================
p/haskell-config-ini/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-config-ini (0.2.4.0-4) unstable; urgency=medium
+
+  * Patch for newer megaparsec.
+
+ -- Clint Adams <clint at debian.org>  Fri, 05 Jun 2020 20:00:09 -0400
+
 haskell-config-ini (0.2.4.0-3) unstable; urgency=medium
 
   * Sourceful upload for GHC 8.8.


=====================================
p/haskell-config-ini/debian/control
=====================================
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 10),
  ghc (>= 8.4.3),
  ghc-prof,
  libghc-megaparsec-dev (>= 7),
- libghc-megaparsec-dev (<< 8),
+ libghc-megaparsec-dev (<< 9),
  libghc-megaparsec-prof,
  libghc-unordered-containers-dev (>= 0.2.7),
  libghc-unordered-containers-dev (<< 0.3),


=====================================
p/haskell-config-ini/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/config-ini.cabal
++++ b/config-ini.cabal
+@@ -49,7 +49,7 @@
+                      , text                  >=1.2.2 && <1.3
+                      , unordered-containers  >=0.2.7 && <0.3
+                      , transformers          >=0.4.1 && <0.6
+-                     , megaparsec            >=7     && <8
++                     , megaparsec            >=7     && <9
+   default-language:    Haskell2010
+ 
+ test-suite test-ini-compat


=====================================
p/haskell-config-ini/debian/patches/series
=====================================
@@ -1 +1,2 @@
 setup-hs
+newer-deps



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/9e041b8093632ec8ca2441ab200aeb6f5bfc4261
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/20200606/0d72bb15/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list