haskell-stack-trace-plugin
haskell-stack-trace-plugin copied to clipboard
- check ghc version - [x] 8.6.5 - [x] 8.8.4 - [x] 8.10.7 - [x] 9.0.2 - [ ] 9.2.4 - [ ] 9.4.2
Hi, as the title of this issue mentions, this plugin doesn't work on GHC 9.2.4 / base >=4.16. Is this simply a matter of upgrading the version bounds or is...
@waddlaw I'm opening a new issue to deal with this redundant constraint warning that I observed after #11 ``` • Redundant constraints: (HasCallStack, HasCallStack) • In the type signature for:...
GHC doesn't generate stack trace in case of incomplete pattern match. ``` Up to date App/DepB.hs:7:1-14: Non-exhaustive patterns in function fB ``` ``` fB :: HasCallStack => Int -> Int...
> stack new trace app/Main.hs: ``` module Main where -- import GHC.Stack import System.Directory import Data.Maybe (fromJust) main :: IO () main = do myDo "/z" print f1 myDo x...