f627ee84b3
Adds a simple json quasiquoter thingy. Json can be sent to the `/mailfilter?action=update` endpoint. Change-Id: Iba80c2ab69178e431519933c4a01cd68aaa9f637 Reviewed-on: https://cl.tvl.fyi/c/depot/+/7839 Tested-by: BuildkiteCI Autosubmit: Profpatsch <mail@profpatsch.de> Reviewed-by: Profpatsch <mail@profpatsch.de>
38 lines
764 B
Text
38 lines
764 B
Text
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,
|
|
netencode,
|
|
text,
|
|
semigroupoids,
|
|
nonempty-containers,
|
|
data-fix,
|
|
selective,
|
|
directory,
|
|
mtl,
|
|
filepath,
|
|
arglib-netencode,
|
|
random,
|
|
http-conduit,
|
|
http-client,
|
|
aeson,
|
|
aeson-better-errors,
|
|
bytestring,
|
|
PyF,
|
|
typed-process,
|
|
process,
|
|
containers,
|
|
|
|
default-language: Haskell2010
|
|
|
|
default-extensions:
|
|
GHC2021
|