packages feed

snaplet-fay 0.3.3.13 → 0.3.3.14

raw patch · 2 files changed

+10/−6 lines, 2 filesdep ~directoryPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: directory

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ ## Changelog +#### 0.3.3.14++* Work around inconsistent revision numbering.+ #### 0.3.3.13  * Allow `aeson 0.10.*`
snaplet-fay.cabal view
@@ -1,5 +1,5 @@ name:                snaplet-fay-version:             0.3.3.13+version:             0.3.3.14 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>.@@ -50,14 +50,14 @@     Paths_snaplet_fay    build-depends:-      base         >= 4 && < 5-    , aeson        >= 0.6 && < 0.11+      base         >= 4.5 && < 5+    , aeson        >= 0.6 && < 1.2     , bytestring   >= 0.9 && < 0.11     , configurator >= 0.2 && < 0.4     , directory    >= 1.1 && < 1.3     , fay          >= 0.20 && < 0.24     , filepath     >= 1.3 && < 1.5     , mtl          >= 2.1 && < 2.3-    , snap         >= 0.11.1 && < 0.15-    , snap-core    >= 0.9.3.1 && < 0.10-    , transformers >= 0.3 && < 0.4 || > 0.4.1 && < 0.5+    , snap         >= 0.11.1 && < 1.1+    , snap-core    >= 0.9.3.1 && < 1.1+    , transformers >= 0.3 && < 0.4 || > 0.4.1 && < 0.6