haskell-stack-trace-plugin/src/StackTrace
Matthew Doty adc83da43a Ergonomic improvements
- Avoiding recompile (was always compiling twice)
 - Only importing `GHC.Stack` when we've modified the AST
 - Qualified import of `GHC.Stack` as `AutoImported.GHC.Stack`,
   to avoid any name shadowing
 - Cleaned up unused imports and binds
 - More liberal version constraints on ghc in cabal file
2020-01-17 21:12:31 -05:00
..
Plugin.hs Ergonomic improvements 2020-01-17 21:12:31 -05:00