Released Version 3.4.4
This release continues the trend of quick point releases for the 3.4.x series. The key change is support for GHC 7.2:
- husk now compiles in GHC 7.2. This ended up being a simple change - I had mis-interpreted the value of a pre-processor directive. Sorry about that!
- Replaced the definition of
letrec
with the macro from R5RS. - Allow a continuation to call into another continuation via call/cc - see R5RS pitfall 1.2.