[Git][haskell-team/DHG_packages][master] topograph: Patch for newer dependencies
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Mon Jul 18 17:25:43 BST 2022
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
2dccebca by Ilias Tsitsimpis at 2022-07-18T19:24:30+03:00
topograph: Patch for newer dependencies
- - - - -
4 changed files:
- p/haskell-topograph/debian/changelog
- + p/haskell-topograph/debian/patches/newer-deps
- p/haskell-topograph/debian/patches/series
- − p/haskell-topograph/debian/patches/setup-hs
Changes:
=====================================
p/haskell-topograph/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-topograph (1.0.0.1-2) UNRELEASED; urgency=medium
+haskell-topograph (1.0.0.1-2) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.1
+ * Patch for newer dependencies (Closes: #1014011)
- -- Ilias Tsitsimpis <iliastsi at debian.org> Tue, 28 Jun 2022 15:33:16 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Mon, 18 Jul 2022 19:23:57 +0300
haskell-topograph (1.0.0.1-1) unstable; urgency=medium
=====================================
p/haskell-topograph/debian/patches/newer-deps
=====================================
@@ -0,0 +1,40 @@
+Index: b/topograph.cabal
+===================================================================
+--- a/topograph.cabal
++++ b/topograph.cabal
+@@ -1,6 +1,7 @@
+ cabal-version: 2.2
+ name: topograph
+ version: 1.0.0.1
++x-revision: 4
+ synopsis: Directed acyclic graphs.
+ category: Data, Graph
+ description:
+@@ -35,8 +36,10 @@ tested-with:
+ || ==8.2.2
+ || ==8.4.4
+ || ==8.6.5
+- || ==8.8.3
+- || ==8.10.1
++ || ==8.8.4
++ || ==8.10.4
++ || ==9.0.1
++ || ==9.2.1
+
+ source-repository head
+ type: git
+@@ -45,11 +48,11 @@ source-repository head
+ library
+ exposed-modules: Topograph
+ build-depends:
+- , base >=4.6 && <4.15
+- , base-compat ^>=0.10.5 || ^>=0.11.0
++ , base >=4.6 && <4.17
++ , base-compat ^>=0.10.5 || ^>=0.11.0 || ^>=0.12.0
+ , base-orphans ^>=0.8
+ , containers ^>=0.5.0.0 || ^>=0.6.0.1
+- , vector ^>=0.12
++ , vector ^>=0.12 || ^>=0.13
+
+ other-extensions:
+ RankNTypes
=====================================
p/haskell-topograph/debian/patches/series
=====================================
@@ -1 +1 @@
-setup-hs
+newer-deps
=====================================
p/haskell-topograph/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/2dccebca097e0519cea929225546ee92055d808c
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/2dccebca097e0519cea929225546ee92055d808c
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/20220718/f499f209/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list