name: mime-mail version: 0.4.13.1 cabal-version: >=1.8 build-type: Simple license: MIT license-file: LICENSE maintainer: Michael Snoyman homepage: http://github.com/snoyberg/mime-mail synopsis: Compose MIME email messages. description: Hackage documentation generation is not reliable. For up to date documentation, please see: . category: Email author: Michael Snoyman extra-source-files: README.md ChangeLog.md x-revision: 7 source-repository head type: git location: git://github.com/snoyberg/mime-mail.git library exposed-modules: Network.Mail.Mime build-depends: base >= 4.5 && < 5, base64-bytestring >=0.1, process >=1.0, random >=1.0, blaze-builder >=0.2.1, bytestring >=0.9.1, text >=0.7 && <1.3, filepath >=1.2 test-suite tests type: exitcode-stdio-1.0 main-is: Spec.hs build-depends: base >=4 && <4.10, hspec >=1.3 && <2.5, mime-mail >=0.4.13.1 && <0.5, blaze-builder >=0.4.0.2 && <0.5, bytestring >=0.9.1 && <0.11, text >=1.2.2.1 && <1.3 hs-source-dirs: test other-modules: Network.Mail.MimeSpec ghc-options: -Wall