Skip to content

Tags: jekor/hesh

Tags

v1.14.0

Toggle v1.14.0's commit message
allow redirecting input from a string, adding bytestrings, depend on …

…exact hesh version

v1.13.0

Toggle v1.13.0's commit message
allow overriding module/package index paths (useful for chroot)

v1.12.1

Toggle v1.12.1's commit message
use monad class in type signature rather than a type hint (since GHC …

…8 is more strict about what it will infer)

v1.12.0

Toggle v1.12.0's commit message
adding options for setting output directory and generating source only

v1.11.0

Toggle v1.11.0's commit message
Don't output by default (useful in situations where messages on stder…

…r will be intrepreted as failure or crowd logs)

v1.10.1

Toggle v1.10.1's commit message
Do not recompile when unnecessary.

v1.10.0

Toggle v1.10.0's commit message
allow versioned package imports, allow Hesh to be imported explicitly…

… (for hiding, etc.)

v1.9.0

Toggle v1.9.0's commit message
support common lens fixities for the parser

v1.8.0

Toggle v1.8.0's commit message
Properly support any MonadIO monad and provide an option to disable a…

…utomatic type hinting entirely.

v1.7.0

Toggle v1.7.0's commit message
exec the resulting script to give the same behavior as when compiling