wai/mime-types/mime-types.cabal
2016-04-21 14:28:08 +03:00

25 lines
826 B
Plaintext

name: mime-types
version: 0.1.0.7
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