]> Git — Sourcephile - haskell/literate-accounting.git/commit
iface: rename {Haccounting => Literate.Accounting}
authorJulien Moutinho <julm@sourcephile.fr>
Mon, 8 Nov 2021 10:14:23 +0000 (11:14 +0100)
committerJulien Moutinho <julm@sourcephile.fr>
Mon, 8 Nov 2021 10:15:19 +0000 (11:15 +0100)
commite1f20c9ae713e621644bfb40cbca3feb64771517
tree39973b0123c9e853cda243a16e54943431559140
parent4e4df58dac0da7150601a9096dfe762d44f63556
iface: rename {Haccounting => Literate.Accounting}
18 files changed:
.chglog/config.yml
.reuse/dep5
LICENSES/AGPL-3.0-or-later.txt [new file with mode: 0644]
LICENSES/CC0-1.0.txt [new file with mode: 0644]
flake.nix
literate-accounting.cabal [moved from haccounting.cabal with 58% similarity]
src/Haccounting.hs [deleted file]
src/Haccounting/Balance.hs [deleted file]
src/Literate/Accounting.hs [new file with mode: 0644]
src/Literate/Accounting/Balance.hs [new file with mode: 0644]
src/Literate/Accounting/Chart.hs [moved from src/Haccounting/Chart.hs with 96% similarity]
src/Literate/Accounting/Flow.hs [moved from src/Haccounting/Flow.hs with 96% similarity]
src/Literate/Accounting/Journal.hs [moved from src/Haccounting/Journal.hs with 98% similarity]
src/Literate/Accounting/Math.hs [moved from src/Haccounting/Math.hs with 97% similarity]
src/Literate/Accounting/Move.hs [new file with mode: 0644]
src/Literate/Accounting/PCG/Chart.hs [moved from src/Haccounting/PCG/Chart.hs with 99% similarity]
src/Literate/Accounting/Rebindable.hs [moved from src/Haccounting/Rebindable.hs with 99% similarity]
src/Literate/Accounting/Unit.hs [moved from src/Haccounting/Unit.hs with 94% similarity]