blob: 8eecdc1b52499a808aa8b5728562ea5ab4adfde5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
name: mailaids
version: 1.0.0
license: MIT
author: tv <tv@krebsco.de>
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 >= 0.5,
text,
vector,
word8
other-modules:
Data.ByteString.Extended
Data.MIME.Extended
Data.MIME.Untweaked
|