packages feed

snaplet-fay 0.3.3.3 → 0.3.3.4

raw patch · 3 files changed

+15/−17 lines, 3 filesdep ~aesondep ~bytestring

Dependency ranges changed: aeson, bytestring

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ ## Changelog +#### 0.3.3.4 (2014-01-19)++* Allow aeson 0.7.*+ #### 0.3.3.3 (2014-01-17)  * Allow fay 0.19.*
example/example.cabal view
@@ -25,19 +25,19 @@     , aeson >= 0.6     , bytestring >= 0.9     , fay-    , fay-text >= 0.2 && < 0.4-    , fay-jquery >= 0.4 && < 0.6-    , heist >= 0.8 && < 0.14-    , lens >= 3.7 && < 3.11+    , fay-text >= 0.2+    , fay-jquery == 0.6.*+    , heist >= 0.8+    , lens >= 3.7     , mtl >= 2     , snap >= 0.9     , snap-core >= 0.9-    , snap-loader-static == 0.9.*-    , snap-server == 0.9.*+    , snap-loader-static >= 0.9+    , snap-server >= 0.9     , snaplet-fay-    , text == 0.11.*-    , time >= 1.1 && < 1.5-    , xmlhtml >= 0.1 && < 0.3+    , text >= 0.11+    , time >= 1.1+    , xmlhtml >= 0.1    if flag(development)     build-depends:
snaplet-fay.cabal view
@@ -1,11 +1,5 @@ name:                snaplet-fay--- The package version.  See the Haskell package versioning policy (PVP)--- for standards guiding when and how versions should be incremented.--- http://www.haskell.org/haskellwiki/Package_versioning_policy--- PVP summary:      +-+------- breaking API changes---                   | | +----- non-breaking API additions---                   | | | +--- code changes with no API change-version:             0.3.3.3+version:             0.3.3.4 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>.@@ -57,7 +51,7 @@    build-depends:       base         >= 4 && < 5-    , aeson        == 0.6.*+    , aeson        >= 0.6 && < 0.8     , bytestring   >= 0.9 && < 0.11     , configurator == 0.2.*     , data-default == 0.5.*