Changelog for ghc-trace-events-0.1.2.10
Revision history for ghc-trace-events
v0.1.2.10 - 2025年04月05日
- Allow base version from GHC 9.12 (#16)
v0.1.2.9 - 2024年05月18日
- Bump base bounds to support ghc 9.10 (#15)
v0.1.2.8 - 2024年01月18日
- Bump base, bytestring and text version bounds, include recent GHCs in CI config (#13)
v0.1.2.7 - 2023年05月11日
- Allow GHC 9.6.1 (#11)
v0.1.2.6 - 2022年08月11日
- Bump base upper bound to < 4.18 (#10)
v0.1.2.5 - 2022年03月06日
- Allow text-2.0 (#9)
v0.1.2.4 - 2021年12月09日
- Relax upper version bound for base to support GHC 9.2.1
v0.1.2.3 - 2021年06月28日
- Relax upper version bound for tasty-bench (#6)
v0.1.2.2 - 2021年02月26日
- Support GHC 9.0.1 (#5)
- Switch from Travis CI to GitHub Actions
- Switch from criterion to tasty-bench
v0.1.2.1 - 2020年06月09日
- Delete some haddock comments that are not applicable to this library
v0.1.2 - 2020年06月09日
- Revert "Use unsafeUseAsCString in place of useAsCString in Debug.Trace.Text" because it's unsafe
- Minimize the scope of NOINLINE to get better performance when user tracing is disabled
v0.1.1 - 2020年06月07日 (abondoned)
- Remove redundant checks of userTracingEnabled
- Optimize Debug.Trace.Text
v0.1.0.1 - 2020年04月06日
- Support GHC 8.10.1
- Minor documentation updates
v0.1.0 - 2019年11月20日
- Add traceBinaryEvent and traceBinaryEventIO
- Switch to cabal-version: 2.2
- Rename Debug.Trace.Internal to Debug.Trace.Flags
- Test with GHC 8.8.1 and 8.6.5
- Update docs
v0.0.0.1 - 2018年08月07日
- Test with GHC 8.4.3 and HEAD
- Update docs
v0.0.0 - 2018年05月21日
- First version