diff options
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 |