yesod-fay 0.2.0 → 0.2.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~fayPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: fay
API changes (from Hackage documentation)
Files
- yesod-fay.cabal +2/−2
yesod-fay.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: yesod-fay-version: 0.2.0+version: 0.2.0.1 synopsis: Utilities for using the Fay Haskell-to-JS compiler with Yesod. description: For initial discussion, see <http://www.yesodweb.com/blog/2012/10/yesod-fay-js>. This is a work-in-progress. homepage: https://github.com/snoyberg/yesod-fay@@ -18,7 +18,7 @@ exposed-modules: Yesod.Fay Language.Fay.Yesod build-depends: base >= 4 && < 5- , fay >= 0.10+ , fay >= 0.11 , transformers >= 0.2 , aeson >= 0.6 , bytestring >= 0.9