diff options
author | michaelt <what_is_it_to_do_anything@yahoo.com> | 2015-09-11 21:43:18 -0400 |
---|---|---|
committer | michaelt <what_is_it_to_do_anything@yahoo.com> | 2015-09-11 21:43:18 -0400 |
commit | 87cfe5675c7da3ba59c76549a2e4890c632a8321 (patch) | |
tree | e39cf1347bd996e360908eef735d75b1bc444b99 /Pipes | |
parent | 2d8448ec37cfc8e78f84ac2e5975c02e666d6fd7 (diff) | |
download | text-pipes-87cfe5675c7da3ba59c76549a2e4890c632a8321.tar.gz text-pipes-87cfe5675c7da3ba59c76549a2e4890c632a8321.tar.zst text-pipes-87cfe5675c7da3ba59c76549a2e4890c632a8321.zip |
safe nonsense
Diffstat (limited to 'Pipes')
-rw-r--r-- | Pipes/Text.hs | 2 |
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 |