packages feed

snaplet-fay 0.3.3.9 → 0.3.3.10

raw patch · 3 files changed

+7/−3 lines, 3 filesdep ~fayPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: fay

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ ## Changelog +#### 0.3.3.10 (2015-02-11)++* Allow `fay 0.23.*`+ #### 0.3.3.9 (2015-01-05)  * Allow `fay 0.22.*`.
README.md view
@@ -4,7 +4,7 @@ [Changelog](CHANGELOG.md)  Snaplet Fay integrates [Snap](http://www.snapframework.com) with-[Fay](http://www.fay-lang.org). Snap is a+[Fay](http://www.github.com/faylang/fay/wiki). Snap is a [Haskell](http://www.haskell.org) web framework and Fay is a compiler from a proper subset of Haskell to JavaScript. Snaplet Fay integrates them nicely with each other allowing automatic (re)compilation of Fay
snaplet-fay.cabal view
@@ -1,5 +1,5 @@ name:                snaplet-fay-version:             0.3.3.9+version:             0.3.3.10 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.23+    , fay          >= 0.20 && < 0.24     , filepath     == 1.3.*     , mtl          >= 2.1 && < 2.3     , snap         >= 0.11.1 && < 0.14