wai-app-static 3.1.6 → 3.1.6.1
raw patch · 3 files changed
+6/−1 lines, 3 filesdep ~optparse-applicativePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: optparse-applicative
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- WaiAppStatic/CmdLine.hs +1/−0
- wai-app-static.cabal +1/−1
ChangeLog.md view
@@ -1,3 +1,7 @@+## 3.1.6.1++* Add `<>` import+ ## 3.1.6 * Make ssAddTrailingSlash work in combination with ssIndices [#569](https://github.com/yesodweb/wai/pull/569)
WaiAppStatic/CmdLine.hs view
@@ -25,6 +25,7 @@ import WaiAppStatic.Types (ssIndices, toPiece, ssGetMimeType, fileName, fromPiece) import Data.Maybe (mapMaybe) import Control.Arrow (second)+import Data.Monoid ((<>)) data Args = Args { docroot :: FilePath
wai-app-static.cabal view
@@ -1,5 +1,5 @@ name: wai-app-static-version: 3.1.6+version: 3.1.6.1 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>