hlint 1.6.13 → 1.6.14
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~haskell-src-exts
Dependency ranges changed: haskell-src-exts
Files
- hlint.cabal +3/−3
hlint.cabal view
@@ -1,14 +1,14 @@ cabal-version: >= 1.6 build-type: Simple name: hlint-version: 1.6.13+version: 1.6.14 -- license is GPL v2 only license: GPL license-file: LICENSE category: Development author: Neil Mitchell <ndmitchell@gmail.com> maintainer: Neil Mitchell <ndmitchell@gmail.com>-copyright: Neil Mitchell 2006-2009+copyright: Neil Mitchell 2006-2010 synopsis: Source code suggestions description: HLint gives suggestions on how to improve your source code.@@ -34,7 +34,7 @@ executable hlint build-depends: base == 4.*, syb, filepath, directory, mtl, containers, hscolour >= 1.15, cpphs >= 1.9,- haskell-src-exts == 1.3.*, uniplate == 1.2.* && >= 1.2.0.2+ haskell-src-exts == 1.5.*, uniplate == 1.2.* && >= 1.2.0.2 ghc-options: -fno-warn-overlapping-patterns if flag(threaded)