name: mailaids
version: 1.1.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