- Include both
ContextandInfoinThunkInfo(#54)
- Exported
mkThunkInfo. - Test support of
ghc-9.10.
- Support
wherefromwithGHC-9.2or newer. (Teo Camarasu, #49)
- Use
whereFromto get source information, which is avialable when the source is compiled withGHC-9.6(or newer) and with-finfo-table-map(and even more accurate when-fdistinct-constructor-tableis passed). For that reason theThunkInfotype has changed. NoThunksinstance forData.Tuple.Solo.NoThunksinstances forData.SemigroupandData.Monoidnewtype wrappers.
NoThunks ThreadIdinstance.NoThunks Identityinstance- Fix tests on ghc 9.8. Andreas Abel andreas.abel@gu.se
- Tested with ghc 8.10 to 9.8.
- Made cabal flags manual.
- Support ghc-9.2 to 9.6.
ThunkInfois a newtype.
- Fix tests on ghc-9.0.1 Joe Hermaszewski git@monoid.al
- Make bytestring, text and vector optional dependencies Bodigrim andrew.lelechenko@gmail.com
- Add IORef, MVar and TVar instances. Oleg Grenrus oleg.grenrus@iki.fi
- Export
ContextandGWNoThunks - Fix typos in Haddocks
- Improve bounds (and add upper bounds)
- Initial public release