mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
dev-haskell/conduit: remove unused patch
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
committed by
Patrice Clement
parent
0ef8bf9e8d
commit
09aa4902a3
@@ -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"])
|
||||
Reference in New Issue
Block a user