name: mime version: 0.3.3 synopsis: Working with MIME types. description: Working with MIME types. category: Codec license: BSD3 license-file: LICENSE author: Sigbjorn Finne, Galois, Inc. maintainer: Sigbjorn Finne Copyright: (c) 2006-2009 Galois Inc. cabal-version: >= 1.2.0 build-type: Simple Extra-Source-Files: CHANGES library build-depends: base >= 3 && < 5 exposed-modules: Codec.MIME.Type Codec.MIME.Parse Codec.MIME.Utils Codec.MIME.Base64 Codec.MIME.Decode Codec.MIME.QuotedPrintable ghc-options: -Wall