Skip to content

Commit

Permalink
Update from Hackage at 2016-07-26T04:08:46+0000
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Jul 26, 2016
1 parent 968ca6f commit 8357db9
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 0 deletions.
68 changes: 68 additions & 0 deletions email-header/0.4.0/email-header.cabal
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
name: email-header
version: 0.4.0
synopsis: Parsing and rendering of email and MIME headers
description: Parsing and rendering of email and MIME headers
license: BSD3
license-file: LICENSE
author: Kyle Raftogianis <kylerafto@gmail.com>
maintainer: Kyle Raftogianis <kylerafto@gmail.com>
stability: experimental
homepage: http://github.com/knrafto/email-header
bug-reports: http://github.com/knrafto/email-header/issues
copyright: Copyright (c) 2014 Kyle Raftogianis
category: Network
build-type: Simple
cabal-version: >= 1.8

extra-source-files:
.gitignore
.travis.yml
README.md

source-repository head
type: git
location: git://github.com/knrafto/email-header.git

library
hs-source-dirs: src
ghc-options: -Wall

build-depends:
attoparsec >= 0.9 && < 1,
base >= 4.8 && < 5,
base64-bytestring >= 0.1.2 && < 2,
bytestring >= 0.10 && < 0.11,
case-insensitive,
containers >= 0.4 && < 0.6,
exceptions,
text >= 0.11 && < 2,
text-icu >= 0.6.3 && < 1,
time

exposed-modules:
Network.Email.Charset
Network.Email.Header.Doc
Network.Email.Header.Layout
Network.Email.Header.Parser
Network.Email.Header.Pretty
Network.Email.Header.Read
Network.Email.Header.Render
Network.Email.Header.Types

test-suite tests
type: exitcode-stdio-1.0
main-is: Tests.hs
hs-source-dirs: tests
ghc-options: -Wall -threaded

build-depends:
base,
bytestring,
case-insensitive,
containers,
email-header,
QuickCheck,
tasty,
tasty-quickcheck,
text,
time
1 change: 1 addition & 0 deletions email-header/0.4.0/email-header.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"package-hashes":{"MD5":"9b2d5c7b349b2694eb91664ac6cc1115","Skein512_512":"31b6bda266b9e573c256ff6abf4742dbce23a8731b4abccfaf61797a7c4c31c8f06dde49d4a1f92e4f52f8aef1fa41ffa0edca7b3d5d232da052f5d62991e1f1","SHA1":"29293b73f42a7ffe9479faabab7ee5cd027bdf79","SHA512":"a11aace2a4d64f5f31b374d480c8c2429521e9fa6a90b4faf3decceda63b99cfdd690b25ba87643f9994a010dcb1c07ea21b82511ddb0f8a3d1c670f286c4ea5","SHA256":"16824082b726ac2cc4db2f5fe7e8ea435752c61fc432a7795ebcf024345aad52"},"package-locations":["https://hackage.haskell.org/package/email-header-0.4.0/email-header-0.4.0.tar.gz","https://s3.amazonaws.com/hackage.fpcomplete.com/package/email-header-0.4.0.tar.gz"],"package-size":14990}

0 comments on commit 8357db9

Please sign in to comment.