]> Git — Sourcephile - comptalang.git/commit
Adapte hcompta-ledger.
authorJulien Moutinho <julm+hcompta@autogeree.net>
Tue, 30 Aug 2016 08:23:27 +0000 (10:23 +0200)
committerJulien Moutinho <julm+hcompta@autogeree.net>
Fri, 14 Oct 2016 19:18:50 +0000 (21:18 +0200)
commitdca7d799c80692d53fc4ba20f88e247016ce83b4
tree91910a2eeaa13594257a54856a18677b324e4782
parentb5fdb052f0b245fe5aede27f59373db5bfa72a82
Adapte hcompta-ledger.
29 files changed:
ledger/HLint.hs [new file with mode: 0644]
ledger/Hcompta/Format/Ledger.hs [deleted file]
ledger/Hcompta/Format/Ledger/Chart.hs [deleted file]
ledger/Hcompta/Format/Ledger/Posting.hs [deleted file]
ledger/Hcompta/Format/Ledger/Transaction.hs [deleted file]
ledger/Hcompta/HLint.hs [new symlink]
ledger/Hcompta/Ledger.hs [new file with mode: 0644]
ledger/Hcompta/Ledger/Account.hs [moved from ledger/Hcompta/Format/Ledger/Account.hs with 85% similarity]
ledger/Hcompta/Ledger/Amount.hs [moved from ledger/Hcompta/Format/Ledger/Amount.hs with 93% similarity]
ledger/Hcompta/Ledger/Chart.hs [new file with mode: 0644]
ledger/Hcompta/Ledger/HLint.hs [new symlink]
ledger/Hcompta/Ledger/Journal.hs [moved from ledger/Hcompta/Format/Ledger/Journal.hs with 90% similarity]
ledger/Hcompta/Ledger/Lib/FilePath.hs [new file with mode: 0644]
ledger/Hcompta/Ledger/Lib/HLint.hs [new symlink]
ledger/Hcompta/Ledger/Lib/Parsec.hs [new file with mode: 0644]
ledger/Hcompta/Ledger/Posting.hs [new file with mode: 0644]
ledger/Hcompta/Ledger/Quantity.hs [moved from ledger/Hcompta/Format/Ledger/Quantity.hs with 86% similarity]
ledger/Hcompta/Ledger/Read.hs [moved from ledger/Hcompta/Format/Ledger/Read.hs with 57% similarity]
ledger/Hcompta/Ledger/Read/HLint.hs [new symlink]
ledger/Hcompta/Ledger/Read/Test.hs [new file with mode: 0644]
ledger/Hcompta/Ledger/Test.hs [new file with mode: 0644]
ledger/Hcompta/Ledger/Transaction.hs [new file with mode: 0644]
ledger/Hcompta/Ledger/Write.hs [moved from ledger/Hcompta/Format/Ledger/Write.hs with 77% similarity]
ledger/Hcompta/Ledger/Write/HLint.hs [new symlink]
ledger/Hcompta/Ledger/Write/Test.hs [new file with mode: 0644]
ledger/Test/Main.hs [deleted file]
ledger/cabal.config
ledger/hcompta-ledger.cabal
ledger/test.sh [new file with mode: 0755]