]> Git — Sourcephile - comptalang.git/commit
Modification : sépare hcompta-ledger de hcompta-lib.
authorJulien Moutinho <julm+hcompta@autogeree.net>
Thu, 10 Sep 2015 01:40:14 +0000 (03:40 +0200)
committerJulien Moutinho <julm+hcompta@autogeree.net>
Thu, 10 Sep 2015 01:56:36 +0000 (03:56 +0200)
commitd9260652a443c3175dfd23de901505be14834ac6
tree36c4861cafc530af60cca1dc1e792608d0faaed6
parent5018c233ad9b290b9b1d11bc418cf78495e5743a
Modification : sépare hcompta-ledger de hcompta-lib.
58 files changed:
GNUmakefile
cli/Hcompta/CLI/Command/Balance.hs
cli/Hcompta/CLI/Command/GL.hs
cli/Hcompta/CLI/Command/Journal.hs
cli/Hcompta/CLI/Command/Journals.hs
cli/Hcompta/CLI/Command/Stats.hs
cli/Hcompta/CLI/Command/Tags.hs
cli/Hcompta/CLI/Format/Ledger.hs
cli/Hcompta/CLI/Lang.hs
cli/hcompta-cli.cabal
ledger/.gitignore [new file with mode: 0644]
ledger/COPYING [new file with mode: 0644]
ledger/Hcompta/Format/Ledger.hs [new file with mode: 0644]
ledger/Hcompta/Format/Ledger/Account/Read.hs [moved from lib/Hcompta/Account/Read.hs with 69% similarity]
ledger/Hcompta/Format/Ledger/Amount.hs [new file with mode: 0644]
ledger/Hcompta/Format/Ledger/Amount/Read.hs [moved from lib/Hcompta/Amount/Read.hs with 70% similarity]
ledger/Hcompta/Format/Ledger/Amount/Style.hs [new file with mode: 0644]
ledger/Hcompta/Format/Ledger/Amount/Write.hs [new file with mode: 0644]
ledger/Hcompta/Format/Ledger/Date/Read.hs [new file with mode: 0644]
ledger/Hcompta/Format/Ledger/Date/Write.hs [moved from lib/Hcompta/Date/Write.hs with 86% similarity]
ledger/Hcompta/Format/Ledger/Journal.hs [moved from lib/Hcompta/Format/Ledger/Journal.hs with 94% similarity]
ledger/Hcompta/Format/Ledger/Quantity.hs [new file with mode: 0644]
ledger/Hcompta/Format/Ledger/Read.hs [moved from lib/Hcompta/Format/Ledger/Read.hs with 70% similarity]
ledger/Hcompta/Format/Ledger/Unit.hs [new file with mode: 0644]
ledger/Hcompta/Format/Ledger/Write.hs [moved from lib/Hcompta/Format/Ledger/Write.hs with 77% similarity]
ledger/Test/Main.hs [new file with mode: 0644]
ledger/cabal.config [new file with mode: 0644]
ledger/hcompta-ledger.cabal [new file with mode: 0644]
lib/Hcompta/Account.hs
lib/Hcompta/Amount.hs
lib/Hcompta/Amount/Quantity.hs [deleted file]
lib/Hcompta/Amount/Style.hs [deleted file]
lib/Hcompta/Amount/Unit.hs [deleted file]
lib/Hcompta/Amount/Write.hs [deleted file]
lib/Hcompta/Balance.hs
lib/Hcompta/Chart.hs
lib/Hcompta/Filter.hs
lib/Hcompta/Filter/Amount.hs [new file with mode: 0644]
lib/Hcompta/Filter/Amount/Read.hs [new file with mode: 0644]
lib/Hcompta/Filter/Date/Read.hs [moved from lib/Hcompta/Date/Read.hs with 99% similarity]
lib/Hcompta/Filter/Read.hs
lib/Hcompta/Format/CSV.hs [deleted file]
lib/Hcompta/Format/Ledger.hs [deleted file]
lib/Hcompta/GL.hs
lib/Hcompta/Journal.hs
lib/Hcompta/Lib/Interval.hs
lib/Hcompta/Lib/Interval/Sieve.hs
lib/Hcompta/Lib/Parsec.hs
lib/Hcompta/Lib/Regex.hs
lib/Hcompta/Polarize.hs [new file with mode: 0644]
lib/Hcompta/Posting.hs
lib/Hcompta/Quantity.hs [new file with mode: 0644]
lib/Hcompta/Stats.hs
lib/Hcompta/Tag.hs
lib/Hcompta/Transaction.hs [new file with mode: 0644]
lib/Hcompta/Unit.hs [new file with mode: 0644]
lib/Test/Main.hs
lib/hcompta-lib.cabal