diff options
Diffstat (limited to 'users/Profpatsch/mailbox-org/mailbox-org.cabal')
-rw-r--r-- | users/Profpatsch/mailbox-org/mailbox-org.cabal | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/users/Profpatsch/mailbox-org/mailbox-org.cabal b/users/Profpatsch/mailbox-org/mailbox-org.cabal new file mode 100644 index 000000000000..fe65da409df6 --- /dev/null +++ b/users/Profpatsch/mailbox-org/mailbox-org.cabal @@ -0,0 +1,38 @@ +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 |