[Git][haskell-team/DHG_packages][master] diagrams-lib: patch for newer deps
Clint Adams (@clint)
gitlab at salsa.debian.org
Sat Oct 7 19:50:51 BST 2023
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
3fe57359 by Clint Adams at 2023-10-07T14:50:08-04:00
diagrams-lib: patch for newer deps
- - - - -
3 changed files:
- p/haskell-diagrams-lib/debian/changelog
- + p/haskell-diagrams-lib/debian/patches/newer-deps
- p/haskell-diagrams-lib/debian/patches/series
Changes:
=====================================
p/haskell-diagrams-lib/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-diagrams-lib (1.4.6-2) unstable; urgency=medium
+
+ * Patch for newer dependencies.
+
+ -- Clint Adams <clint at debian.org> Sat, 07 Oct 2023 14:49:49 -0400
+
haskell-diagrams-lib (1.4.6-1) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-diagrams-lib/debian/patches/newer-deps
=====================================
@@ -0,0 +1,34 @@
+--- a/diagrams-lib.cabal
++++ b/diagrams-lib.cabal
+@@ -115,7 +115,7 @@ Library
+ intervals >= 0.7 && < 0.10,
+ lens >= 5.1 && < 5.3,
+ tagged >= 0.7,
+- optparse-applicative >= 0.11 && < 0.18,
++ optparse-applicative >= 0.11 && < 0.19,
+ filepath,
+ JuicyPixels >= 3.3.4 && < 3.4,
+ hashable >= 1.1 && < 1.5,
+@@ -132,7 +132,7 @@ Library
+ profunctors >= 5.0 && < 6.0,
+ exceptions >= 0.6 && < 1.0,
+ cereal >=0.4.1.1 && <0.6,
+- bytestring >=0.9 && <0.12,
++ bytestring >=0.9 && <0.13
+ Hs-source-dirs: src
+ ghc-options: -Wall
+ default-language: Haskell2010
+@@ -157,11 +157,11 @@ test-suite tests
+ , Instances
+ hs-source-dirs: test
+ build-depends: base,
+- tasty >= 0.10 && < 1.5,
++ tasty >= 0.10 && < 1.6,
+ tasty-hunit >= 0.9.2 && < 0.11,
+ tasty-quickcheck >= 0.8 && < 0.11,
+ QuickCheck >= 2.7,
+- deepseq >= 1.3 && < 1.5,
++ deepseq >= 1.3 && < 1.6,
+ diagrams-lib,
+ lens,
+ distributive,
=====================================
p/haskell-diagrams-lib/debian/patches/series
=====================================
@@ -1 +1,2 @@
no-fail
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/3fe57359bcde55574df535970855170cd893e694
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/3fe57359bcde55574df535970855170cd893e694
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/bb62507d/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list