diff options
author | Rutger Broekhoff | 2025-03-22 14:52:35 +0100 |
---|---|---|
committer | Rutger Broekhoff | 2025-03-22 14:52:35 +0100 |
commit | 5493329b2eed7e151f4a323c108caad2253b08bb (patch) | |
tree | a8fd1a58e0ba77d06e75222034def5eb49043bb6 /wayligmative.cabal | |
parent | e40e290ef216656d304f4f3095dbef223e94191d (diff) | |
download | rdcapsis-5493329b2eed7e151f4a323c108caad2253b08bb.tar.gz rdcapsis-5493329b2eed7e151f4a323c108caad2253b08bb.zip |
Refactor parser for current account statement
Diffstat (limited to 'wayligmative.cabal')
-rw-r--r-- | wayligmative.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wayligmative.cabal b/wayligmative.cabal index b604e20..80b9ab5 100644 --- a/wayligmative.cabal +++ b/wayligmative.cabal | |||
@@ -10,7 +10,9 @@ executable wayligmative | |||
10 | hs-source-dirs: app | 10 | hs-source-dirs: app |
11 | other-modules: | 11 | other-modules: |
12 | Data.Iban | 12 | Data.Iban |
13 | Data.Res | ||
13 | Import.Ing.CurrentAccountCsv | 14 | Import.Ing.CurrentAccountCsv |
15 | Import.Ing.CurrentAccountCsv2 | ||
14 | Import.Ing.Shared | 16 | Import.Ing.Shared |
15 | Import.Ing.SavingsAccountCsv | 17 | Import.Ing.SavingsAccountCsv |
16 | 18 | ||