- Some of the laziness added in fixing the laziness bug was unnecessary. Remove that, allowing scheduled queues to be unboxed once more.
- Improve
RULES
, inlining, etc. - Work around a GHC bug relating to undecidable instances.
- Fix a serious laziness bug in
<|>
and>>=
. These were stricter than they should be in some cases.
-
Rename things having to do with views, to enforce a consistent naming convention.
-
Drop support for GHC versions before 7.8.
- First version. Released on an unsuspecting world.