diff options
Diffstat (limited to 'wayligmative.cabal')
-rw-r--r-- | wayligmative.cabal | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/wayligmative.cabal b/wayligmative.cabal deleted file mode 100644 index 99c811d..0000000 --- a/wayligmative.cabal +++ /dev/null | |||
@@ -1,35 +0,0 @@ | |||
1 | cabal-version: 3.0 | ||
2 | name: wayligmative | ||
3 | version: 0.1.0.0 | ||
4 | maintainer: [email protected] | ||
5 | author: Rutger Broekhoff | ||
6 | build-type: Simple | ||
7 | |||
8 | executable wayligmative | ||
9 | main-is: Main.hs | ||
10 | hs-source-dirs: app | ||
11 | other-modules: | ||
12 | Data.Iban | ||
13 | Data.Res | ||
14 | Import.Ing.CurrentAccountCsv | ||
15 | Import.Ing.Shared | ||
16 | Import.Ing.SavingsAccountCsv | ||
17 | |||
18 | default-language: GHC2024 | ||
19 | ghc-options: -Wall -threaded | ||
20 | build-depends: | ||
21 | base ^>=4.20.0.0, | ||
22 | parsec, | ||
23 | brick, | ||
24 | vty, | ||
25 | cassava, | ||
26 | Decimal, | ||
27 | text, | ||
28 | time, | ||
29 | attoparsec, | ||
30 | containers, | ||
31 | vector, | ||
32 | bytestring, | ||
33 | regex-tdfa, | ||
34 | tz, | ||
35 | pretty-simple | ||