[Git][haskell-team/DHG_packages][master] tasty-rerun: patch for newer base
Clint Adams (@clint)
gitlab at salsa.debian.org
Mon Jun 20 20:37:23 BST 2022
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
542a588a by Clint Adams at 2022-06-20T15:37:00-04:00
tasty-rerun: patch for newer base
- - - - -
3 changed files:
- p/haskell-tasty-rerun/debian/changelog
- + p/haskell-tasty-rerun/debian/patches/newer-deps
- + p/haskell-tasty-rerun/debian/patches/series
Changes:
=====================================
p/haskell-tasty-rerun/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-tasty-rerun (1.1.18-2) unstable; urgency=medium
+
+ * Patch for newer base.
+
+ -- Clint Adams <clint at debian.org> Mon, 20 Jun 2022 15:35:46 -0400
+
haskell-tasty-rerun (1.1.18-1) unstable; urgency=medium
* New upstream release
=====================================
p/haskell-tasty-rerun/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/tasty-rerun.cabal
++++ b/tasty-rerun.cabal
+@@ -30,7 +30,7 @@ tested-with: GHC==8.10.2, GHC==8.8.4, GH
+ library
+ exposed-modules: Test.Tasty.Ingredients.Rerun
+ build-depends:
+- base >=4.6 && <4.15,
++ base >=4.6 && <5,
+ containers >= 0.5.0.0,
+ mtl >= 2.1.2,
+ optparse-applicative >= 0.6,
=====================================
p/haskell-tasty-rerun/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/542a588a9792076fb850913422cf14183ca7537c
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/542a588a9792076fb850913422cf14183ca7537c
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/20220620/0c1f1f73/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list