- Work around inconsistent revision numbering.
- Allow
aeson 0.10.*
- Allow
aeson 0.9.*
- Allow
snap 0.14.*
- Allow
fay 0.23.*
- Allow
fay 0.22.*
- Allow
fay 0.21.*
- Take
HASKELL_PACKAGE_SANDBOX
into account when compiling Fay code
- Allow
configurator == 0.3.*
- Allow
mtl 2.2.*
- Allow
transformers >= 0.4.1 && < 0.5
- Update to
fay 0.20
- Allow aeson 0.7.*
- Allow fay 0.19.*
- example: Allow fay-text 0.3
- example: Remove bounds on snaplet-fay
- Allow fay-jquery 0.5
- Format Fay compile errors using Fay's builtin (doesn't break on apostrophes)
- Only treat compile errors as Success in development mode (for in browser error reporting)
- Fixes a bug where error strings would be encoded twice
- Requires fay 0.18
- Update example for fay-jquery 0.4
- Upper bounds for dependencies
- Expose Snap.Snaplet.Fay.Internal
- Hackage version now includes the example application
- Updated repository location
- Add
packages
flag in the config which lets you use other fay packages without using includeDirs - On errors in development mode a js file is produced that prints the error to the console (Thanks Daniel Bruegmann)
- Bump to support snap 0.10 and fay 0.11