Commit 78f34ee2 authored by Clint Adams's avatar Clint Adams
Browse files

uri-bytestring: patch out fail

parent 8702e383
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-uri-bytestring (0.3.1.1-2) unstable; urgency=medium

  * Patch out use of fail.

 -- Clint Adams <clint@debian.org>  Mon, 09 Apr 2018 23:13:57 -0400

haskell-uri-bytestring (0.3.1.1-1) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
+0 −4
Original line number Diff line number Diff line
@@ -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
+10 −0
Original line number Diff line number Diff line
--- 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
+1 −0
Original line number Diff line number Diff line
no-fail