dev-haskell/conduit: remove unused patch

Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger (asterix)
2016-07-26 18:41:35 +02:00
committed by Patrice Clement
parent 0ef8bf9e8d
commit 09aa4902a3

View File

@@ -1,10 +0,0 @@
diff --git a/test/doctests.hs b/test/doctests.hs
index 3862bd3..943da13 100644
--- a/test/doctests.hs
+++ b/test/doctests.hs
@@ -3,4 +3,4 @@ module Main where
import Test.DocTest
main :: IO ()
-main = doctest ["Data/Conduit.hs"]
+main = doctest $ ["Data/Conduit.hs", "-hide-all-packages"] ++ (map ("-package "++) ["base","resourcet","lifted-base","transformers-base","monad-control","containers","transformers","mtl","bytestring","text","void","mmorph","directory"])