This commit is contained in:
Simon Michael 2009-06-02 19:57:18 +00:00
parent 5f19e638c6
commit 131d671a45
2 changed files with 6 additions and 4 deletions

View File

@ -1,8 +1,9 @@
{-# OPTIONS_GHC -cpp #-} {-# OPTIONS_GHC -cpp #-}
{-| {-|
This module re-exports all the Commands modules. It's just a convenience, The Commands package defines all the commands offered by the hledger
you can import individual modules if you prefer. application, like \"register\" and \"balance\". This module exports all
the commands; you can also import individual modules if you prefer.
-} -}

View File

@ -1,7 +1,8 @@
{-| {-|
The Ledger package allows parsing and querying of ledger files. The Ledger library allows parsing and querying of ledger files. It
It generally provides a compatible subset of C++ ledger's functionality. generally provides a compatible subset of C++ ledger's functionality.
This package re-exports all the Ledger.* modules.
-} -}