packages feed

snaplet-fay 0.3.3.10 → 0.3.3.11

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~basedep ~filepathdep ~snapPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, filepath, snap

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,12 +1,16 @@ ## Changelog +#### 0.3.3.11++* Allow `snap 0.14.*`+ #### 0.3.3.10 (2015-02-11)  * Allow `fay 0.23.*`  #### 0.3.3.9 (2015-01-05) -* Allow `fay 0.22.*`.+* Allow `fay 0.22.*`  #### 0.3.3.8 (2014-10-11) 
snaplet-fay.cabal view
@@ -1,5 +1,5 @@ name:                snaplet-fay-version:             0.3.3.10+version:             0.3.3.11 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>.@@ -58,6 +58,6 @@     , fay          >= 0.20 && < 0.24     , filepath     == 1.3.*     , mtl          >= 2.1 && < 2.3-    , snap         >= 0.11.1 && < 0.14+    , snap         >= 0.11.1 && < 0.15     , snap-core    >= 0.9.3.1 && < 0.10     , transformers >= 0.3 && < 0.4 || > 0.4.1 && < 0.5