From 86c8896ee69b068368b4ef9a4c3923285907c328 Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Tue, 18 Mar 2025 15:29:27 +0100 Subject: Parsing ING statements (POC) --- wayligmative.cabal | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 wayligmative.cabal (limited to 'wayligmative.cabal') diff --git a/wayligmative.cabal b/wayligmative.cabal new file mode 100644 index 0000000..b604e20 --- /dev/null +++ b/wayligmative.cabal @@ -0,0 +1,34 @@ +cabal-version: 3.0 +name: wayligmative +version: 0.1.0.0 +maintainer: rutger@viasalix.nl +author: Rutger Broekhoff +build-type: Simple + +executable wayligmative + main-is: Main.hs + hs-source-dirs: app + other-modules: + Data.Iban + Import.Ing.CurrentAccountCsv + Import.Ing.Shared + Import.Ing.SavingsAccountCsv + + default-language: GHC2024 + ghc-options: -Wall -threaded + build-depends: + base ^>=4.20.0.0, + parsec, + brick, + vty, + cassava, + Decimal, + text, + time, + attoparsec, + containers, + vector, + bytestring, + regex-tdfa, + tz, + pretty-simple -- cgit v1.2.3