From a008fca5db4c33cf639f095c53bc60737f72e1fb Mon Sep 17 00:00:00 2001 From: michaelt Date: Wed, 5 Feb 2014 05:18:45 -0500 Subject: gitignore os x nonsense --- .DS_Store | Bin 12292 -> 0 bytes .gitignore | 1 + Pipes/Text.hs | 6 +++++- pipes-text.cabal | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) delete mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index a67b8b2..0000000 Binary files a/.DS_Store and /dev/null differ diff --git a/.gitignore b/.gitignore index 477a353..6675061 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ dist cabal-dev +.DS_Store *.o *.hi *.chi diff --git a/Pipes/Text.hs b/Pipes/Text.hs index bbf200f..c0c0946 100644 --- a/Pipes/Text.hs +++ b/Pipes/Text.hs @@ -159,13 +159,17 @@ module Pipes.Text ( -- * Re-exports -- $reexports + , Decoding(..) + , streamDecodeUtf8 + , decodeSomeUtf8 + , Codec(..) + , TextException(..) , module Data.ByteString , module Data.Text , module Data.Profunctor , module Data.Word , module Pipes.Parse , module Pipes.Group - , module Pipes.Text.Internal ) where import Control.Exception (throwIO, try) diff --git a/pipes-text.cabal b/pipes-text.cabal index c5b47d0..02cd1fc 100644 --- a/pipes-text.cabal +++ b/pipes-text.cabal @@ -1,5 +1,5 @@ name: pipes-text -version: 0.0.0.4 +version: 0.0.0.5 synopsis: Text pipes. description: Many of the pipes and other operations defined here mirror those in the `pipes-bytestring` library. Folds like `length` and grouping -- cgit v1.2.3