Add CI badge

This commit is contained in:
waddlaw 2020-01-18 13:08:30 +09:00
parent 410af8b363
commit 39a744ad99

View File

@ -1,5 +1,6 @@
# haskell-stack-trace-plugin
![](https://github.com/waddlaw/haskell-stack-trace-plugin/workflows/cabal/badge.svg)
[![Hackage](https://img.shields.io/hackage/v/haskell-stack-trace-plugin.svg)](https://hackage.haskell.org/package/haskell-stack-trace-plugin)
This plugin allow implicitly add `HasCallStack` class to every top-level function for all module. Hence, we can to get completely continuous call stack.