From 11777d08714298b5f56c9d49460d094caf49bcba Mon Sep 17 00:00:00 2001 From: michaelt Date: Wed, 5 Feb 2014 04:27:09 -0500 Subject: [PATCH] changelog and cabal file arrangement --- changelog | 7 +++++++ pipes-text.cabal | 12 +++++++----- 2 files changed, 14 insertions(+), 5 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..13fcb4e --- /dev/null +++ b/changelog @@ -0,0 +1,7 @@ + # Version 0.0.0.1 + + * Omit `stdinLn` as likely to be dangerous through misunderstanding. + + * Rearrange order of 'Internal' materials. + + diff --git a/pipes-text.cabal b/pipes-text.cabal index 9af2a09..0807278 100644 --- a/pipes-text.cabal +++ b/pipes-text.cabal @@ -1,5 +1,5 @@ name: pipes-text -version: 0.0.0.0 +version: 0.0.0.1 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 @@ -19,17 +19,19 @@ description: Many of the pipes and other operations defined here mirror homepage: https://github.com/michaelt/text-pipes bug-reports: https://github.com/michaelt/text-pipes/issues - license: BSD3 license-file: LICENSE author: Michael Thompson maintainer: what_is_it_to_do_anything@yahoo.com category: Text, Pipes - build-type: Simple cabal-version: >=1.10 -extra-source-files: README.md - include/*.h + +extra-source-files: README.md include/*.h +source-repository head + type: git + location: https://github.com/michaelt/text-pipes + library c-sources: cbits/cbits.c -- 2.41.0