yesod-fay 0.4.0.5 → 0.4.0.6
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~fay
Dependency ranges changed: fay
Files
- Yesod/Fay.hs +1/−1
- yesod-fay.cabal +2/−2
Yesod/Fay.hs view
@@ -273,7 +273,7 @@ } fp case result of Left e -> return (Left e)-#if MIN_VERSION_fay(0,19,0)+#if MIN_VERSION_fay(0,18,0) Right (source',_,state) -> do #else Right (source',state) -> do
yesod-fay.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: yesod-fay-version: 0.4.0.5+version: 0.4.0.6 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/fpco/yesod-fay@@ -19,7 +19,7 @@ Language.Fay.Yesod other-modules: Yesod.Fay.Data build-depends: base >= 4 && < 5- , fay >= 0.16+ , fay >= 0.18.0.2 , transformers >= 0.2 , aeson >= 0.6 , bytestring >= 0.9