[Git][haskell-team/DHG_packages][master] uri-bytestring: patch out fail
Clint Adams
gitlab at salsa.debian.org
Tue Apr 10 03:16:06 UTC 2018
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
78f34ee2 by Clint Adams at 2018-04-09T23:15:42-04:00
uri-bytestring: patch out fail
- - - - -
4 changed files:
- p/haskell-uri-bytestring/debian/changelog
- p/haskell-uri-bytestring/debian/control
- + p/haskell-uri-bytestring/debian/patches/no-fail
- + p/haskell-uri-bytestring/debian/patches/series
Changes:
=====================================
p/haskell-uri-bytestring/debian/changelog
=====================================
--- a/p/haskell-uri-bytestring/debian/changelog
+++ b/p/haskell-uri-bytestring/debian/changelog
@@ -1,3 +1,9 @@
+haskell-uri-bytestring (0.3.1.1-2) unstable; urgency=medium
+
+ * Patch out use of fail.
+
+ -- Clint Adams <clint at debian.org> Mon, 09 Apr 2018 23:13:57 -0400
+
haskell-uri-bytestring (0.3.1.1-1) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-uri-bytestring/debian/control
=====================================
--- a/p/haskell-uri-bytestring/debian/control
+++ b/p/haskell-uri-bytestring/debian/control
@@ -15,9 +15,6 @@ Build-Depends: debhelper (>= 10),
libghc-blaze-builder-dev (>= 0.3.0.0),
libghc-blaze-builder-dev (<< 0.5),
libghc-blaze-builder-prof,
- libghc-fail-dev (>= 4.9),
- libghc-fail-dev (<< 5),
- libghc-fail-prof,
libghc-th-lift-instances-dev (>= 0.1.8),
libghc-th-lift-instances-dev (<< 0.2),
libghc-th-lift-instances-prof (>= 0.1.8),
@@ -36,7 +33,6 @@ Build-Depends: debhelper (>= 10),
Build-Depends-Indep: ghc-doc,
libghc-attoparsec-doc,
libghc-blaze-builder-doc,
- libghc-fail-doc,
libghc-th-lift-instances-doc,
Standards-Version: 4.1.4
Homepage: https://github.com/Soostone/uri-bytestring
=====================================
p/haskell-uri-bytestring/debian/patches/no-fail
=====================================
--- /dev/null
+++ b/p/haskell-uri-bytestring/debian/patches/no-fail
@@ -0,0 +1,10 @@
+--- a/uri-bytestring.cabal
++++ b/uri-bytestring.cabal
+@@ -41,7 +41,6 @@
+
+ attoparsec >= 0.13.1.0 && < 0.14
+ , base >= 4.6 && < 5
+- , fail >= 4.9 && < 5
+ , bytestring >= 0.9.1 && < 0.11
+ , blaze-builder >= 0.3.0.0 && < 0.5
+ , template-haskell >= 2.9 && < 2.14
=====================================
p/haskell-uri-bytestring/debian/patches/series
=====================================
--- /dev/null
+++ b/p/haskell-uri-bytestring/debian/patches/series
@@ -0,0 +1 @@
+no-fail
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/78f34ee29e7bf616a6a29761747393c6772082a9
---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/78f34ee29e7bf616a6a29761747393c6772082a9
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-haskell-commits/attachments/20180410/b7a28900/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list