packages feed

mime-directory-0.5.1: mime-directory.cabal

name:           mime-directory
version:        0.5.1
author:         Mathieu Boespflug
maintainer:     Mathieu Boespflug <mboes - at - tweag.net>
homepage:       http://code.haskell.org/~mboes/mime-directory.git
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 == 6.10

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

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