Commit c4b8e555 authored by Clint Adams's avatar Clint Adams
Browse files

repline: patch out use of fail

parent 4cbf557a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
haskell-repline (0.2.1.0-2) unstable; urgency=medium

  * Patch out use of fail.

 -- Clint Adams <clint@debian.org>  Sun, 28 Jul 2019 18:19:30 -0400

haskell-repline (0.2.1.0-1) unstable; urgency=medium

  * New upstream version.
+10 −0
Original line number Diff line number Diff line
--- 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
+1 −0
Original line number Diff line number Diff line
no-fail