[Git][haskell-team/DHG_packages][master] repline: patch out use of fail
Clint Adams
gitlab at salsa.debian.org
Sun Jul 28 23:20:38 BST 2019
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
c4b8e555 by Clint Adams at 2019-07-28T22:20:01Z
repline: patch out use of fail
- - - - -
3 changed files:
- p/haskell-repline/debian/changelog
- + p/haskell-repline/debian/patches/no-fail
- + p/haskell-repline/debian/patches/series
Changes:
=====================================
p/haskell-repline/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-repline (0.2.1.0-2) unstable; urgency=medium
+
+ * Patch out use of fail.
+
+ -- Clint Adams <clint at debian.org> Sun, 28 Jul 2019 18:19:30 -0400
+
haskell-repline (0.2.1.0-1) unstable; urgency=medium
* New upstream version.
=====================================
p/haskell-repline/debian/patches/no-fail
=====================================
@@ -0,0 +1,10 @@
+--- a/repline.cabal
++++ b/repline.cabal
+@@ -31,7 +31,6 @@
+ build-depends:
+ base >= 4.6 && <5.0,
+ containers >= 0.5 && <0.7,
+- fail >= 4.9 && <4.10,
+ mtl >= 2.2 && <2.3,
+ process >= 1.2 && <2.0,
+ haskeline >= 0.7 && <0.8
=====================================
p/haskell-repline/debian/patches/series
=====================================
@@ -0,0 +1 @@
+no-fail
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/c4b8e555b1667a90771125e698e82cb8f918565e
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/c4b8e555b1667a90771125e698e82cb8f918565e
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/20190728/7cd564ae/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list