blob: eab66242d4db2c50a896e5433c59ccf4428fdf41 (
plain) (
tree)
|
|
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,
random,
http-conduit,
http-client,
aeson,
bytestring,
process
default-language: Haskell2010
|