Skip to content

Commit

Permalink
Mark Data.Conduit.Lazy as Trustworthy
Browse files Browse the repository at this point in the history
  • Loading branch information
rimmington committed Jul 31, 2015
1 parent aad6ec9 commit 7d21e12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conduit-extra/Data/Conduit/Lazy.hs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7d21e12

Please sign in to comment.