wai-app-static 3.1.7.3 → 3.1.7.4
raw patch · 3 files changed
+11/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +8/−0
- WaiAppStatic/Storage/Filesystem.hs +2/−1
- wai-app-static.cabal +1/−1
ChangeLog.md view
@@ -1,5 +1,13 @@ # wai-app-static changelog +## 3.1.7.4++* Fix a bug when the cryptonite flag is disabled. [#874](https://github.com/yesodweb/wai/pull/874)++## 3.1.7.3++* Introduce a flag to avoid the cryptonite dependency. [#871](https://github.com/yesodweb/wai/pull/871)+ ## 3.1.7.2 * optparse-applicative 0.16.0.0 support
WaiAppStatic/Storage/Filesystem.hs view
@@ -132,7 +132,8 @@ let !hash = hashlazy f :: Digest MD5 return $ convertToBase Base64 hash #else- return . encode . hashlazy $ f+ let !hash = hashlazy f+ return . encode $ hash #endif hashFileIfExists :: ETagLookup
wai-app-static.cabal view
@@ -1,5 +1,5 @@ name: wai-app-static-version: 3.1.7.3+version: 3.1.7.4 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>