blob: 3a1ed917303de2ec624bde978f432916deca0ee8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
cabal-version: 2.4
name: mailbox-org
version: 0.1.0.0
author: Profpatsch
maintainer: mail@profpatsch.de
executable mailbox-org
main-is: MailboxOrg.hs
build-depends:
base >=4.15 && <5,
my-prelude,
exec-helpers,
random,
http-conduit,
http-client,
aeson,
aeson-better-errors,
bytestring,
process,
containers,
default-language: Haskell2010
|