From 7d21e126d50fc016d51e7c1b14d9c475eda8eab7 Mon Sep 17 00:00:00 2001 From: Rhys Date: Fri, 31 Jul 2015 12:00:38 +1000 Subject: [PATCH] Mark Data.Conduit.Lazy as Trustworthy --- conduit-extra/Data/Conduit/Lazy.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/conduit-extra/Data/Conduit/Lazy.hs b/conduit-extra/Data/Conduit/Lazy.hs index 82107d8c5..410ed56d0 100644 --- a/conduit-extra/Data/Conduit/Lazy.hs +++ b/conduit-extra/Data/Conduit/Lazy.hs @@ -1,5 +1,6 @@ {-# LANGUAGE CPP #-} {-# LANGUAGE FlexibleContexts #-} +{-# LANGUAGE Trustworthy #-} -- | Use lazy I\/O for consuming the contents of a source. Warning: All normal -- warnings of lazy I\/O apply. In particular, if you are using this with a -- @ResourceT@ transformer, you must force the list to be evaluated before