add readme. remove changelog

This commit is contained in:
2026-01-06 22:06:22 +08:00
parent 211df1191f
commit 984069530e
3 changed files with 12 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
# Revision history for panguFilter
## 0.1.0.0 -- YYYY-mm-dd
* First version. Released on an unsuspecting world.

11
README.md Normal file
View File

@@ -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
```

View File

@@ -46,7 +46,7 @@ category: Text
build-type: Simple build-type: Simple
-- Extra doc files to be distributed with the package, such as a CHANGELOG or a README. -- 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 to be distributed with the package, such as examples, or a tutorial module.
-- extra-source-files: -- extra-source-files: