mirror of
https://github.com/typeable/wai.git
synced 2024-12-28 00:25:33 +03:00
25 lines
826 B
Plaintext
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
|