doc: ensure all five main packages have a README

This commit is contained in:
Simon Michael 2016-04-12 11:13:01 -07:00
parent d6601aff24
commit 5e71d749c4
5 changed files with 7 additions and 0 deletions

View File

@ -27,6 +27,7 @@ cabal-version: >= 1.10
extra-source-files: extra-source-files:
CHANGES CHANGES
README
examples/01.html examples/01.html
examples/02.html examples/02.html

3
hledger-lib/README Normal file
View File

@ -0,0 +1,3 @@
A reusable library containing hledger's core functionality.
This is used by most hledger* packages for common data parsing,
command line option handling, reporting etc.

View File

@ -27,6 +27,7 @@ tested-with: GHC==7.4.2, GHC==7.6.3, GHC==7.8.4, GHC==7.10.2
extra-source-files: extra-source-files:
CHANGES CHANGES
README
source-repository head source-repository head
type: git type: git

1
hledger-web/README Normal file
View File

@ -0,0 +1 @@
A basic web UI for hledger data. Intended to be robust and somewhat useful.

View File

@ -29,6 +29,7 @@ tested-with: GHC==7.6.3, GHC==7.8.4, GHC==7.10.2
extra-source-files: extra-source-files:
CHANGES CHANGES
README
config/favicon.ico config/favicon.ico
config/keter.yaml config/keter.yaml
config/robots.txt config/robots.txt