diff options
author | Sidharth Kapur <sidharthkapur1@gmail.com> | 2016-02-05 23:41:43 -0600 |
---|---|---|
committer | Sidharth Kapur <sidharthkapur1@gmail.com> | 2016-02-05 23:41:43 -0600 |
commit | 0396816d948fcb60d3cb7664d5e532a0c64d5216 (patch) | |
tree | 723e2082879ab77e1ff46f8a6b8107e02b7e59a7 /Pipes/Text/IO.hs | |
parent | 3b27b572ed0bd65e0e5a2d8d1debf78a17048c52 (diff) | |
download | text-pipes-0396816d948fcb60d3cb7664d5e532a0c64d5216.tar.gz text-pipes-0396816d948fcb60d3cb7664d5e532a0c64d5216.tar.zst text-pipes-0396816d948fcb60d3cb7664d5e532a0c64d5216.zip |
Export readFileLines function
Diffstat (limited to 'Pipes/Text/IO.hs')
-rw-r--r-- | Pipes/Text/IO.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Pipes/Text/IO.hs b/Pipes/Text/IO.hs index bacb207..4e0c4a9 100644 --- a/Pipes/Text/IO.hs +++ b/Pipes/Text/IO.hs | |||
@@ -13,6 +13,7 @@ module Pipes.Text.IO | |||
13 | fromHandle | 13 | fromHandle |
14 | , stdin | 14 | , stdin |
15 | , readFile | 15 | , readFile |
16 | , readFileLines | ||
16 | -- * Consumers | 17 | -- * Consumers |
17 | , toHandle | 18 | , toHandle |
18 | , stdout | 19 | , stdout |