From 434362b1d2ef75552f1328e47ad293e1f4c59cf1 Mon Sep 17 00:00:00 2001 From: michaelt Date: Wed, 23 Oct 2013 12:47:08 -0400 Subject: [PATCH] license etc --- LICENSE | 2 +- README.md | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 568dda0..3b4771d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2013, Gabriel Gonzalez, ibotty, michaelt +Copyright (c) 2013, Gabriel Gonzalez, Tobias Florek, Michael Thompson All rights reserved. diff --git a/README.md b/README.md index 5ad8c66..a3e00fa 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,10 @@ text-pipes ========== This repo is called `text-pipes`, but the package is named `pipes-text` as one might expect. -The two modules it contatins, `Pipes.Text` and `Pipes.Text.Parse`, use materials from [`pipes-text`](https://github.com/ibotty/pipes-text) and -otherwise follows the pattern of [`pipes-bytestring`](https://github.com/Gabriel439/Haskell-Pipes-ByteString-Library), adding a few `pipes-prelude`-like operations. -The most important function, `decodeUtf8`, written by ibotty, uses the development version of the text package; this package can however be built without it. +The two modules it contatins, `Pipes.Text` and `Pipes.Text.Parse`, use materials from [`pipes-text`](https://github.com/ibotty/pipes-text); +otherwise they follow the pattern of [`pipes-bytestring`](https://github.com/Gabriel439/Haskell-Pipes-ByteString-Library), adding a few `pipes-prelude`-like operations. +The most important function, `decodeUtf8`, written by ibotty, uses the development version of the text package; this package can however be built with the hackage `text` +though `decodeUtf8` will then not exist. >>> runEffect $ stdinLn >-> P.takeWhile (/= "quit") >-> stdoutLn hi -- 2.41.0