hothasktags 0.3.0 → 0.3.1
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~cpphs
Dependency ranges changed: cpphs
Files
- hothasktags.cabal +5/−5
hothasktags.cabal view
@@ -1,5 +1,5 @@ name: hothasktags-version: 0.3.0+version: 0.3.1 cabal-version: >= 1.6 build-type: Simple author: Luke Palmer <lrpalmer@gmail.com>@@ -8,8 +8,8 @@ maintainer: Luke Palmer <lrpalmer@gmail.com> category: Development synopsis: Generates ctags for Haskell, incorporating import lists and qualified imports-description: - hothasktags generates ctags files for Haskell, with knowledge of import lists +description:+ hothasktags generates ctags files for Haskell, with knowledge of import lists and qualified imports. It provides a smart go-to-definition for Vim, that almost always gets it right in the presence of multiple names from different modules. .@@ -33,11 +33,11 @@ type: git location: git://github.com/luqui/hothasktags.git executable hothasktags- build-depends: + build-depends: base == 4.*, containers, filepath, haskell-src-exts >= 1.11 && < 1.14,- cpphs >= 1.11 && < 1.15+ cpphs >= 1.11 && < 1.17 main-is: Main.hs ghc-options: -W