Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
GHC 9 source code.tar.gz | 2021-07-12 | 141.4 kB | |
GHC 9 source code.zip | 2021-07-12 | 185.8 kB | |
README.md | 2021-07-12 | 961 Bytes | |
Totals: 3 Items | 328.2 kB | 0 |
Breaking Changes
- Deprecate
traceToIO
and replace it withtraceToStdout
andtraceToStderr
- Support GHC 9.0.1
Other Changes
- Added the combinator
insertAt
, which allows adding effects at a specified index into the effect stack - Added
Semigroup
andMonoid
forSem