[Git][haskell-team/DHG_packages][master] config-ini: Patch for newer dependencies
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Sat Jul 23 10:03:34 BST 2022
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
19cd822b by Ilias Tsitsimpis at 2022-07-23T12:02:19+03:00
config-ini: Patch for newer dependencies
- - - - -
5 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
- − p/haskell-config-ini/debian/patches/setup-hs
Changes:
=====================================
p/haskell-config-ini/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-config-ini (0.2.4.0-6) UNRELEASED; urgency=medium
+haskell-config-ini (0.2.4.0-6) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.1
+ * Patch for newer dependencies
- -- Ilias Tsitsimpis <iliastsi at debian.org> Tue, 28 Jun 2022 15:32:09 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Sat, 23 Jul 2022 12:02:15 +0300
haskell-config-ini (0.2.4.0-5) unstable; urgency=medium
=====================================
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 (<< 9),
+ libghc-megaparsec-dev (<< 10),
libghc-megaparsec-prof,
libghc-unordered-containers-dev (>= 0.2.7),
libghc-unordered-containers-dev (<< 0.3),
=====================================
p/haskell-config-ini/debian/patches/newer-deps
=====================================
@@ -1,11 +1,20 @@
+Index: b/config-ini.cabal
+===================================================================
--- a/config-ini.cabal
+++ b/config-ini.cabal
-@@ -49,7 +49,7 @@
+@@ -1,5 +1,6 @@
+ name: config-ini
+ version: 0.2.4.0
++x-revision: 2
+ synopsis: A library for simple INI-based configuration files.
+ homepage: https://github.com/aisamanra/config-ini
+ bug-reports: https://github.com/aisamanra/config-ini/issues
+@@ -49,7 +50,7 @@ library
, 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
++ , megaparsec >=7 && <10
default-language: Haskell2010
test-suite test-ini-compat
=====================================
p/haskell-config-ini/debian/patches/series
=====================================
@@ -1,2 +1 @@
-setup-hs
newer-deps
=====================================
p/haskell-config-ini/debian/patches/setup-hs deleted
=====================================
@@ -1,5 +0,0 @@
---- /dev/null
-+++ b/Setup.hs
-@@ -0,0 +1,2 @@
-+import Distribution.Simple
-+main = defaultMain
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/19cd822bdbda47c93f11b16ec88d76056bdc4d78
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/19cd822bdbda47c93f11b16ec88d76056bdc4d78
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/20220723/088e06a3/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list