Description
A runghc replacement with transparent caching.
Description
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.