# Revision history for haskell-stack-trace-pugin
## Unreleased changes
## 0.1.3.0
- Added support `where` clause [#11](https://github.com/waddlaw/haskell-stack-trace-plugin/pull/11) (@waddlaw)
- Avoid redundant-constraints warnings [#12](https://github.com/waddlaw/haskell-stack-trace-plugin/pull/12) (@waddlaw)
## 0.1.2.0 -- 2021-05-21
- Added support for GHC 8.10 [#7](https://github.com/waddlaw/haskell-stack-trace-plugin/pull/7) (@etorreborre)
- Added support for GHC 9.0 @waddlaw
## 0.1.1.1 -- 2020-01-18
- Allow GHC-8.8.1
## 0.1.1.0 -- 2020-01-18
- Ergonomic improvements [#1](https://github.com/waddlaw/haskell-stack-trace-plugin/pull/1) (@khwarizmii)
- Add Integration test
- Add GitHub Action
## 0.1.0.0 -- 2018-12-07
- First version. Released on an unsuspecting world.