mime-types 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Network/Mime.hs +1/−0
- mime-types.cabal +1/−1
Network/Mime.hs view
@@ -97,6 +97,7 @@ ( "wax" , "audio/x-ms-wax" ), ( "wma" , "audio/x-ms-wma" ), ( "wmv" , "video/x-ms-wmv" ),+ ( "woff" , "application/font-woff" ), ( "xbm" , "image/x-xbitmap" ), ( "xhtml" , "application/xhtml+xml" ), ( "xml" , "text/xml" ),
mime-types.cabal view
@@ -1,5 +1,5 @@ name: mime-types-version: 0.1.0.0+version: 0.1.0.1 synopsis: Basic mime-type handling types and functions description: Basic mime-type handling types and functions homepage: https://github.com/yesodweb/wai