wai-app-static 0.0.1.1 → 0.0.1.2
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/Wai/Application/Static.hs view
@@ -85,6 +85,7 @@ ( "cxx" , "text/plain" ), ( "dtd" , "text/xml" ), ( "dvi" , "application/x-dvi" ),+ ( "epub" , "application/epub+zip" ), ( "gif" , "image/gif" ), ( "gz" , "application/x-gzip" ), ( "hs" , "text/plain" ),
wai-app-static.cabal view
@@ -1,5 +1,5 @@ name: wai-app-static-version: 0.0.1.1+version: 0.0.1.2 license: BSD3 license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>