fay v0.19 Release Notes

Release Date: 2014-01-14 // over 10 years ago
    • Made import Prelude is implicit, but note that RebindableSyntax implies NoImplicitPrelude.
    • ๐Ÿ‘ Allow FFI declarations in let and where statements: let f :: X; f = ffi "..." and where f :: X; f = ffi "..."

    ๐Ÿ›  Bugfixes:

    • โœ‚ Removed extra tag that was generated by --html-wrapper
    • FFI expressions in top level declarations now produce identical code to a normal top level FFI declaration
    • Don't export Data.Ratio and Debug.Trace when using --no-stdlib

    Dependency bumps:

    • ๐Ÿ‘ Allow text 1.1
    • ๐Ÿ‘ Allow attoparsec 0.11

    Note: 0.18.0.1 added source mappings returned by Fay:compileFile and friends meaning it should have been a major bump. Sorry about this!