Popularity
8.8
Stable
Activity
0.0
Stable
24
25
9

Monthly Downloads: 20
Programming language: Haskell
License: MIT License
Tags: Web     Yesod    
Latest version: v0.10.0

yesod-fay alternatives and similar packages

Based on the "yesod" category.
Alternatively, view yesod-fay alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of yesod-fay or a related project?

Add another 'yesod' Package

README

yesod-fay

Utilities for using the Fay Haskell-to-JS compiler with Yesod.

For an example of a Yesod application with Fay integrated, have a look at the sample/ directory in this repository, or alternatively use the experimental Postgres-Fay (pf) application template (select it when running yesod init with recent versions of Yesod).

Usage with cabal sandboxes

You are highly encouraged to create a cabal sandbox for your Yesod app. This feature is available in cabal 1.18+.

Use the following command to set an environment variable (this is a workaround, needed until Fay integrates with haskell-packages, only possible after cabal 1.20 is released).

export HASKELL_PACKAGE_SANDBOX=`echo .cabal-sandbox/*-packages.conf.d/`

Make sure to run this from the root of the Yesod project.