packages feed

mime-types-0.1.0.8: mime-types.cabal

name:                mime-types
version:             0.1.0.8
synopsis:            Basic mime-type handling types and functions
description:         API docs and the README are available at <http://www.stackage.org/package/mime-types>.
homepage:            https://github.com/yesodweb/wai
license:             MIT
license-file:        LICENSE
author:              Michael Snoyman
maintainer:          michael@snoyman.com
category:            Web
build-type:          Simple
cabal-version:       >=1.8
extra-source-files:  README.md ChangeLog.md

library
  exposed-modules:     Network.Mime
  build-depends:       base           >= 4      && < 5
                     , containers
                     , text
                     , bytestring

source-repository head
  type:     git
  location: git://github.com/yesodweb/wai.git