wai/mime-types/mime-types.cabal

25 lines
826 B
Plaintext
Raw Normal View History

2012-07-10 17:21:49 +04:00
name: mime-types
2016-04-21 14:28:08 +03:00
version: 0.1.0.7
2012-07-10 17:21:49 +04:00
synopsis: Basic mime-type handling types and functions
2014-12-21 12:27:53 +03:00
description: API docs and the README are available at <http://www.stackage.org/package/mime-types>.
2012-07-10 17:21:49 +04:00
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
2014-12-21 12:27:53 +03:00
extra-source-files: README.md ChangeLog.md
2012-07-10 17:21:49 +04:00
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