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.
-
yesod-routes-flow
DISCONTINUED. routes for typescript [GET https://api.github.com/repos/freckle/yesod-routes-flow: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] -
yesod-dsl
A domain specific language and a code generator desined to create RESTful services for managing an RDBMS with Yesod web framework and Persistent. -
yesod-raml
Generate Yesod framework route definitions, documentaiton, mock-handler, and more from your RAML spec. -
yesod-auth-hmac-keccak
DISCONTINUED. An account authentication plugin for yesod with encrypted token transfer. -
yesod-datatables
Routines for implementing server-side processing for DataTables (jQuery grid) in Haskell -
yesod-form-bulma
DISCONTINUED. [GET https://api.github.com/repos/waddlaw/yesod-bulma: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository] -
yesod-s3
DISCONTINUED. Simple Helper Library for using Amazon's Simple Storage Service (S3) with Yesod
InfluxDB – Built for High-Performance Time Series Workloads

Do you think we are missing an alternative of yesod-fay or a related project?
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.