packages feed

mime-types 0.1.0.5 → 0.1.0.6

raw patch · 3 files changed

+5/−2 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,1 +1,3 @@-No changes logged yet+## 0.1.0.6++* Add woff2 mime type [#350](https://github.com/yesodweb/wai/pull/350)
Network/Mime.hs view
@@ -1000,6 +1000,7 @@     , ("wmx", "video/x-ms-wmx")     , ("wmz", "application/x-msmetafile")     , ("woff", "application/font-woff")+    , ("woff2", "application/font-woff2")     , ("wpd", "application/vnd.wordperfect")     , ("wpl", "application/vnd.ms-wpl")     , ("wps", "application/vnd.ms-works")
mime-types.cabal view
@@ -1,5 +1,5 @@ name:                mime-types-version:             0.1.0.5+version:             0.1.0.6 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