-- Initial fcmtp-client.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: fcmtp-client version: 0.1.0.0 -- synopsis: -- description: license: MIT license-file: LICENSE author: Marcos Dumay de Medeiros maintainer: marcos@marcosdumay.com -- copyright: category: Network build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 library exposed-modules: Network.FCMTP.Client Network.FCMTP.ClientError Network.FCMTP.Relay other-modules: Network.FCMTP.SendingState -- other-extensions: build-depends: base >=4.9 && <4.10, uniform-io, cond, interruptible, dns, mtl, data-default-class, attoparsec, bytestring, stringsearch, random, string-convert, monad-control, transformers-base, either, regex-tdfa, lens, fcmtp-data hs-source-dirs: src default-language: Haskell2010