Commit 0e1991f60cd7ed1df1243310d27512530639968b

Added old-time dependency and declare GHC flags.
Thanks to gwern0@gmail.com for the patch.
  
22Version: 1.1
33Author: Peter Simons <simons@cryp.to>
44License: BSD3
5License-file: LICENSE
5License-file: LICENSE
66Maintainer: simons@cryp.to
77Homepage: http://cryp.to/hsemail/
88Synopsis: Internet Message Parsers
99Description: Parsers for the syntax defined in RFC2821 and 2822
1010Category: Parsing
11Build-Depends: base, mtl, parsec
11Build-Depends: base, mtl, parsec, old-time
12Build-Type: Simple
13Tested-With: GHC==6.8.2
14GHC-Options: -Wall -O2
1215Exposed-Modules:
1316 Text.ParserCombinators.Parsec.Rfc2234,
1417 Text.ParserCombinators.Parsec.Rfc2821,