From 8f11927ea74d6adb332c884502ebd9c486837523 Mon Sep 17 00:00:00 2001 From: tv Date: Tue, 24 Nov 2020 20:07:37 +0100 Subject: initial commit --- mailaids.cabal | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 mailaids.cabal (limited to 'mailaids.cabal') diff --git a/mailaids.cabal b/mailaids.cabal new file mode 100644 index 0000000..d9ed59b --- /dev/null +++ b/mailaids.cabal @@ -0,0 +1,28 @@ +name: mailaids +version: 1.0.0 +license: MIT +author: tv +maintainer: tv@krebsco.de +build-type: Simple +cabal-version: >=1.10 + +executable mailaid + main-is: main.hs + default-language: Haskell2010 + ghc-options: -Wall -O2 -threaded -with-rtsopts=-N + hs-source-dirs: src + build-depends: + aeson, + aeson-pretty, + base, + bytestring, + case-insensitive, + lens, + optparse-applicative, + purebred-email, + text, + vector, + word8 + other-modules: + Data.ByteString.Extended + Data.MIME.Extended -- cgit v1.2.3