- Make it build with ghc-9.12.
- Include both
Context
andInfo
inThunkInfo
(#54)
- Exported
mkThunkInfo
. - Test support of
ghc-9.10
.
- Support
wherefrom
withGHC-9.2
or newer. (Teo Camarasu, #49)
- Use
whereFrom
to 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-table
is passed). For that reason theThunkInfo
type has changed. NoThunks
instance forData.Tuple.Solo
.NoThunks
instances forData.Semigroup
andData.Monoid
newtype wrappers.
NoThunks ThreadId
instance.NoThunks Identity
instance- 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.
ThunkInfo
is 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
Context
andGWNoThunks
- Fix typos in Haddocks
- Improve bounds (and add upper bounds)
- Initial public release