packages feed

wai-app-static 0.0.1.2 → 0.0.1.3

raw patch · 2 files changed

+4/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Network/Wai/Application/Static.hs view
@@ -72,6 +72,7 @@ -- taken from snap-core Snap.Util.FileServer defaultMimeTypes :: MimeMap defaultMimeTypes = Map.fromList [+  ( "apk"     , "application/vnd.android.package-archive" ),   ( "asc"     , "text/plain"                        ),   ( "asf"     , "video/x-ms-asf"                    ),   ( "asx"     , "video/x-ms-asf"                    ),@@ -91,6 +92,7 @@   ( "hs"      , "text/plain"                        ),   ( "htm"     , "text/html"                         ),   ( "html"    , "text/html"                         ),+  ( "ico"     , "image/vnd.microsoft.icon"          ),   ( "jar"     , "application/x-java-archive"        ),   ( "jpeg"    , "image/jpeg"                        ),   ( "jpg"     , "image/jpeg"                        ),@@ -109,6 +111,7 @@   ( "qt"      , "video/quicktime"                   ),   ( "sig"     , "application/pgp-signature"         ),   ( "spl"     , "application/futuresplash"          ),+  ( "svg"     , "image/svg+xml"                     ),   ( "swf"     , "application/x-shockwave-flash"     ),   ( "tar"     , "application/x-tar"                 ),   ( "tar.bz2" , "application/x-bzip-compressed-tar" ),
wai-app-static.cabal view
@@ -1,5 +1,5 @@ name:            wai-app-static-version:         0.0.1.2+version:         0.0.1.3 license:         BSD3 license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>