From 3c162185e1668b17dab0ac984e738a8b4e6f938a Mon Sep 17 00:00:00 2001 From: waddlaw Date: Fri, 7 Dec 2018 15:13:06 +0900 Subject: [PATCH] Update cabal --- haskell-stack-trace-plugin.cabal | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/haskell-stack-trace-plugin.cabal b/haskell-stack-trace-plugin.cabal index eb97102..0c95e62 100644 --- a/haskell-stack-trace-plugin.cabal +++ b/haskell-stack-trace-plugin.cabal @@ -2,16 +2,22 @@ name: haskell-stack-trace-plugin version: 0.1.0.0 -- synopsis: -- description: --- bug-reports: +homepage: https://github.com/waddlaw/haskell-stack-trace-plugin +bug-reports: https://github.com/waddlaw/haskell-stack-trace-plugin/issues license: MIT license-file: LICENSE author: Shinya Yamaguchi maintainer: ingronze@gmail.com copyright: 2018 Shinya Yamaguchi -category: Compiler Plugin +category: Compiler Plugin, Development, Debug build-type: Simple -extra-source-files: CHANGELOG.md +extra-source-files: CHANGELOG.md, Readme.md cabal-version: >=1.10 +tested-with: GHC == 8.6.2 + +source-repository head + type: git + location: git://github.com/waddlaw/haskell-stack-trace-plugin library hs-source-dirs: src