aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormichaelt <what_is_it_to_do_anything@yahoo.com>2015-09-11 21:43:18 -0400
committermichaelt <what_is_it_to_do_anything@yahoo.com>2015-09-11 21:43:18 -0400
commit87cfe5675c7da3ba59c76549a2e4890c632a8321 (patch)
treee39cf1347bd996e360908eef735d75b1bc444b99
parent2d8448ec37cfc8e78f84ac2e5975c02e666d6fd7 (diff)
downloadtext-pipes-87cfe5675c7da3ba59c76549a2e4890c632a8321.tar.gz
text-pipes-87cfe5675c7da3ba59c76549a2e4890c632a8321.tar.zst
text-pipes-87cfe5675c7da3ba59c76549a2e4890c632a8321.zip
safe nonsense
-rw-r--r--Pipes/Text.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipes/Text.hs b/Pipes/Text.hs
index 446a58b..f3adb6d 100644
--- a/Pipes/Text.hs
+++ b/Pipes/Text.hs
@@ -1,4 +1,4 @@
1{-# LANGUAGE RankNTypes, TypeFamilies, BangPatterns, Safe#-} 1{-# LANGUAGE RankNTypes, TypeFamilies, BangPatterns#-}
2 2
3{-| The module @Pipes.Text@ closely follows @Pipes.ByteString@ from 3{-| The module @Pipes.Text@ closely follows @Pipes.ByteString@ from
4 the @pipes-bytestring@ package. A draft tutorial can be found in 4 the @pipes-bytestring@ package. A draft tutorial can be found in