]> git.immae.eu Git - github/fretlink/text-pipes.git/commitdiff
gitignore os x nonsense
authormichaelt <what_is_it_to_do_anything@yahoo.com>
Wed, 5 Feb 2014 10:18:45 +0000 (05:18 -0500)
committermichaelt <what_is_it_to_do_anything@yahoo.com>
Wed, 5 Feb 2014 10:18:45 +0000 (05:18 -0500)
.DS_Store [deleted file]
.gitignore
Pipes/Text.hs
pipes-text.cabal

diff --git a/.DS_Store b/.DS_Store
deleted file mode 100644 (file)
index a67b8b2..0000000
Binary files a/.DS_Store and /dev/null differ
index 477a3533dd451ea9889abd84b73bb4f7f8d2cfea..6675061c99fb3a6c0c9765e9f1f0dad2eec75388 100644 (file)
@@ -1,5 +1,6 @@
 dist
 cabal-dev
+.DS_Store
 *.o
 *.hi
 *.chi
index bbf200f9e2ec8e72b8439744a1c0211fd96529ca..c0c0946c88369b3f84095e0387aab6c7e7bb4764 100644 (file)
@@ -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)
index c5b47d0dcb7e3c6b70b992f19f802b5bd9b28369..02cd1fce3a30075d2e5f6139519cc8b99c220c13 100644 (file)
@@ -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