cabal-version: 3.0 name: rdcapsis version: 0.1.0.0 maintainer: rutger@viasalix.nl author: Rutger Broekhoff build-type: Simple executable rdcapsis main-is: Main.hs hs-source-dirs: app other-modules: Data.Iban Data.Res 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