diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index b37569c..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,5 +0,0 @@ -# Revision history for panguFilter - -## 0.1.0.0 -- YYYY-mm-dd - -* First version. Released on an unsuspecting world. diff --git a/README.md b/README.md new file mode 100644 index 0000000..883f98b --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# pangu.hs + +Insert whitespace between CJK and half-width characters. + +This haskell version implements a subset of spacing rules in [pangu.py](https://github.com/vinta/pangu.py). + +## test + +```sh +cabal test +``` \ No newline at end of file diff --git a/panguFilter.cabal b/panguFilter.cabal index 41be4c8..f4c1f15 100644 --- a/panguFilter.cabal +++ b/panguFilter.cabal @@ -46,7 +46,7 @@ category: Text build-type: Simple -- Extra doc files to be distributed with the package, such as a CHANGELOG or a README. -extra-doc-files: CHANGELOG.md +-- extra-doc-files: CHANGELOG.md -- Extra source files to be distributed with the package, such as examples, or a tutorial module. -- extra-source-files: