packages feed

mime-directory-0.5.2: mime-directory.cabal

name:           mime-directory
version:        0.5.2
author:         Mathieu Boespflug
maintainer:     Mathieu Boespflug <mboes - at - tweag.net>
homepage:       http://github.com/mboes/mime-directory
synopsis:       A library for parsing/printing the text/directory mime type.
description:
        A library for parsing\/printing the text\/directory mime type.
category:       Text
license:        LGPL
license-file:   LICENSE
copyright:      (c) 2008. Mathieu Boespflug <mboes - at - tweag.net>
cabal-version:  >= 1.6.0
build-type:     Simple
tested-with:    GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2

library
  build-depends:
    base >= 3 && < 5,
    base64-string,
    bytestring >= 0.9,
    containers,
    old-locale,
    regex-pcre >= 0.94,
    time >= 1.4
  exposed-modules:
    Codec.MIME.ContentType.Text.Directory
    Data.ByteString.Lazy.Char8.Caseless

source-repository head
  type:     git
  location: git://github.com/mboes/mime-directory