From 0568fe5f1588d01fcd79ef92ce403fa8fb5eca5b Mon Sep 17 00:00:00 2001 From: waddlaw Date: Fri, 7 Dec 2018 15:31:09 +0900 Subject: [PATCH] Update cabal --- haskell-stack-trace-plugin.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haskell-stack-trace-plugin.cabal b/haskell-stack-trace-plugin.cabal index 0c95e62..53b7608 100644 --- a/haskell-stack-trace-plugin.cabal +++ b/haskell-stack-trace-plugin.cabal @@ -1,7 +1,7 @@ name: haskell-stack-trace-plugin version: 0.1.0.0 --- synopsis: --- description: +synopsis: haskell-stack-trace-plugin +description: This plugin allow implicitly add HasCallStack class to every top-level function for all module. Hence, we can to get completely continuous call stack. homepage: https://github.com/waddlaw/haskell-stack-trace-plugin bug-reports: https://github.com/waddlaw/haskell-stack-trace-plugin/issues license: MIT