mime-types

Basic mime-type handling types and functions

https://github.com/yesodweb/wai

Version on this page:0.1.1.0
LTS Haskell 22.17:0.1.2.0
Stackage Nightly 2024-04-19:0.1.2.0
Latest on Hackage:0.1.2.0

See all snapshots mime-types appears in

MIT licensed by Michael Snoyman
Maintained by [email protected]
This version can be pinned in stack with:mime-types-0.1.1.0@sha256:c68f421c569e325ec4c5595a6916cc6336cf11c7f11bc569a62c6a32214454ad,862

Module documentation for 0.1.1.0

mime-types

Basic mime-type handling types and functions

Changes

0.1.1.0

  • Replace audio/x-mpegurl with IANA registered type application/vnd.apple.mpegurl.
  • Add TeX-related types; this includes bib, tex, sty, and cls.
  • Use type image/x-xcf for .xcf files.
  • Use type “audio/opus” for .opus files.
  • Add type text/vtt for .vtt text track files.
  • Use IANA registered type “application/vnd.rar” for .rar files.
  • Use font types defined in RFC 8081.
  • Replace audio/x-m4a with audio/mp4.
  • Change mime type for .exe files; use IANA registered type application/vnd.microsoft.portable-executable.
  • Add video/dv for files with extension dv.
  • Use ‘application/xml’ instead of ‘text/xml’.
  • Change type for .pcx files to image/vnd.zbrush.pcx.
  • Use text/markdown type for .md and .markdown files.
  • Replace application/x-gzip with type application/gzip.

See PR #906.

0.1.0.9

  • Add mjs mime type

0.1.0.8

  • Add wasm mime type

0.1.0.7

  • Add support for .less files #534

0.1.0.6

  • Add woff2 mime type #350