hlint 1.8.9 → 1.8.10
raw patch · 1 files changed
+6/−2 lines, 1 filesdep ~hscolourPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hscolour
API changes (from Hackage documentation)
Files
- hlint.cabal +6/−2
hlint.cabal view
@@ -1,7 +1,7 @@ cabal-version: >= 1.6 build-type: Simple name: hlint-version: 1.8.9+version: 1.8.10 -- license is GPL v2 only license: GPL license-file: LICENSE@@ -28,6 +28,10 @@ extra-source-files: hlint.htm +source-repository head+ type: darcs+ location: http://community.haskell.org/~ndm/darcs/hlint/+ flag threaded default: True description: Build with support for multithreaded execution@@ -36,7 +40,7 @@ build-depends: base == 4.*, process, filepath, directory, containers, transformers >= 0.0 && < 0.3,- hscolour == 1.17.*,+ hscolour >= 1.17 && < 1.20, cpphs == 1.11.*, haskell-src-exts >= 1.11 && < 1.12, uniplate >= 1.5 && < 1.7