yesod-fay 0.4.0.1 → 0.4.0.2
raw patch · 3 files changed
+4/−6 lines, 3 filesdep ~fayPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: fay
API changes (from Hackage documentation)
Files
- Language/Fay/Yesod.hs +1/−1
- Yesod/Fay.hs +1/−3
- yesod-fay.cabal +2/−2
Language/Fay/Yesod.hs view
@@ -9,7 +9,7 @@ #ifdef FAY import FFI #else-import Language.Fay.FFI+import Fay.FFI #endif import Data.Data
Yesod/Fay.hs view
@@ -100,7 +100,7 @@ configDirectoryIncludes, configTypecheck, configExportRuntime,- configNaked, CompileError)+ CompileError) import Language.Fay.Yesod (Returns (Returns)) import Language.Haskell.TH.Syntax (Exp (LitE), Lit (StringL), Q,@@ -312,7 +312,6 @@ qRunIO writeYesodFay eres <- qRunIO $ compileFayFile fp config { configExportRuntime = exportRuntime- , configNaked = not exportRuntime } case eres of Left e -> error $ "Unable to compile Fay module \"" ++ name ++ "\": " ++ show e@@ -361,7 +360,6 @@ liftIO (compileFayFile (mkfp name) config { configTypecheck = False , configExportRuntime = exportRuntime- , configNaked = not exportRuntime }) >>= \eres -> do (case eres of
yesod-fay.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: yesod-fay-version: 0.4.0.1+version: 0.4.0.2 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@@ -19,7 +19,7 @@ Language.Fay.Yesod other-modules: Yesod.Fay.Data build-depends: base >= 4 && < 5- , fay >= 0.14+ , fay >= 0.16 , transformers >= 0.2 , aeson >= 0.6 , bytestring >= 0.9