34 lines
583 B
Plaintext
34 lines
583 B
Plaintext
cabal-version: 3.6
|
|
name: laskutin
|
|
version: 0.0.1
|
|
author: Saku Laesvuori
|
|
license: AGPL-3.0-or-later
|
|
license-file: COPYING.md
|
|
build-type: Simple
|
|
stability: alpha
|
|
|
|
executable laskutin
|
|
build-depends:
|
|
base,
|
|
bytestring,
|
|
cassava,
|
|
containers,
|
|
lens,
|
|
optparse-applicative,
|
|
process,
|
|
purebred-email,
|
|
text,
|
|
time,
|
|
unordered-containers,
|
|
vector
|
|
main-is: Main.hs
|
|
other-modules:
|
|
Laskutin,
|
|
Laskutin.CSV,
|
|
Laskutin.Email,
|
|
Laskutin.Options,
|
|
Laskutin.Status,
|
|
Laskutin.Types
|
|
hs-source-dirs: src
|
|
default-language: Haskell2010
|