crunghc

A runghc replacement with transparent caching

Latest on Hackage:0.1.1.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

LicenseRef-PublicDomain licensed by Takano Akio
Maintained by [email protected]

crunghc is a program that acts like runghc. When it executes a Haskell script, it automatically stores a compiled cache of the script to the disk, so that the compilation overhead can be avoided in subsequent runs.