snaplet-fay 0.3.3 → 0.3.3.1
raw patch · 3 files changed
+7/−3 lines, 3 files
Files
- README.md +5/−1
- example/example.cabal +1/−1
- snaplet-fay.cabal +1/−1
README.md view
@@ -28,7 +28,11 @@ Changelog --------- -0.3.3.0:+0.3.3.1 (2013-11-07):++* Allow fay-jquery 0.5++0.3.3.0 (2013-11-07): * Format Fay compile errors using Fay's builtin (doesn't break on apostrophes) * Only treat compile errors as Success in development mode (for in browser error reporting)
example/example.cabal view
@@ -25,7 +25,7 @@ , bytestring >= 0.9 , fay , fay-text == 0.2.*- , fay-jquery == 0.4.*+ , fay-jquery >= 0.4 && < 0.6 , heist >= 0.8 && < 0.14 , lens >= 3.7 && < 3.11 , mtl >= 2
snaplet-fay.cabal view
@@ -5,7 +5,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.3.3+version: 0.3.3.1 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>.