packages feed

hsemail-2.2.0: hsemail.cabal

name:               hsemail
version:            2.2.0
synopsis:           Parsec parsers for the Internet Message format (e-mail)
description:        Parsec parsers for the Internet Message format defined in RFC2822.
license:            BSD3
license-file:       LICENSE
author:             Peter Simons,
                    Ali Abrar,
                    Gero Kriependorf,
                    Marty Pauley
maintainer:         Peter Simons <simons@cryp.to>
stability:          stable
tested-with:        GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5
category:           Parsing
homepage:           https://github.com/peti/hsemail#readme
bug-reports:        https://github.com/peti/hsemail/issues
build-type:         Simple
extra-source-files: ChangeLog.md
                    README.md
cabal-version:      >= 1.10

source-repository head
  type:     git
  location: https://github.com/peti/hsemail

library
  exposed-modules:  Text.Parsec.Rfc2234
                    Text.Parsec.Rfc2822
  hs-source-dirs:   src
  build-depends:    base > 4.8 && < 5, parsec == 3.1.*, time, time-compat == 1.9.*
  default-language: Haskell2010

test-suite test-hsemail
  type:             exitcode-stdio-1.0
  main-is:          spec.hs
  hs-source-dirs:   test
  build-depends:    base, hsemail, hspec, parsec, time
  default-language: Haskell2010