snaplet-fay 0.3.3.8 → 0.3.3.9
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~fayPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: fay
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- snaplet-fay.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ ## Changelog +#### 0.3.3.9 (2015-01-05)++* Allow `fay 0.22.*`.+ #### 0.3.3.8 (2014-10-11) * Allow `fay 0.21.*`
snaplet-fay.cabal view
@@ -1,5 +1,5 @@ name: snaplet-fay-version: 0.3.3.8+version: 0.3.3.9 synopsis: Fay integration for Snap with request- and pre-compilation. description: Fay integration for Snap with request based compilation during development and precompilation in production. For more information, please see <https://github.com/bergmark/snaplet-fay>.@@ -55,7 +55,7 @@ , bytestring >= 0.9 && < 0.11 , configurator >= 0.2 && < 0.4 , directory >= 1.1 && < 1.3- , fay >= 0.20 && < 0.22+ , fay >= 0.20 && < 0.23 , filepath == 1.3.* , mtl >= 2.1 && < 2.3 , snap >= 0.11.1 && < 0.14