Deprecated

fay-builder

Compile Fay code on cabal install, and ad-hoc recompile during development

Version on this page:0.2.0.1
LTS Haskell 8.24:0.2.0.5@rev:4
Stackage Nightly 2017-06-26:0.2.0.5@rev:4
Latest on Hackage:0.2.0.5@rev:4

See all snapshots fay-builder appears in

BSD-3-Clause licensed by Silk B.V.
Maintained by [email protected]
This version can be pinned in stack with:fay-builder-0.2.0.1@sha256:93eba0cac00511cf3473ef9e886bf04d51e70ceb26dc1150b14adad09fd7e722,1118

Module documentation for 0.2.0.1

  • Fay
    • Fay.Builder

fay-builder

Build Status

For an introduction please see the post on the Silk Engineering blog.

Installation

fay-builder is available on Hackage, to install it:

cabal install fay-builder

Changes

Changelog

0.2.0.1

  • Allow fay 0.21

0.2

  • Add flag x-fay-strict-modules, specifying modules that should get a strict wrapper.
  • Add flag x-fay-library, indicating that no main function should be called.
  • Export new readField function.
  • Signature for fayConfig has changed.
  • Clarify license as BSD3.

0.1.0.7 (2014-04-29)

  • Use fay 0.20

0.1.0.5

  • Initial release