doc: ensure all five main packages have a README
This commit is contained in:
parent
d6601aff24
commit
5e71d749c4
@ -27,6 +27,7 @@ cabal-version: >= 1.10
|
||||
|
||||
extra-source-files:
|
||||
CHANGES
|
||||
README
|
||||
examples/01.html
|
||||
examples/02.html
|
||||
|
||||
|
||||
3
hledger-lib/README
Normal file
3
hledger-lib/README
Normal 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.
|
||||
@ -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:
|
||||
CHANGES
|
||||
README
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
|
||||
1
hledger-web/README
Normal file
1
hledger-web/README
Normal file
@ -0,0 +1 @@
|
||||
A basic web UI for hledger data. Intended to be robust and somewhat useful.
|
||||
@ -29,6 +29,7 @@ tested-with: GHC==7.6.3, GHC==7.8.4, GHC==7.10.2
|
||||
|
||||
extra-source-files:
|
||||
CHANGES
|
||||
README
|
||||
config/favicon.ico
|
||||
config/keter.yaml
|
||||
config/robots.txt
|
||||
|
||||
Loading…
Reference in New Issue
Block a user