packages feed

hlint 1.8.6 → 1.8.7

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~transformersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: transformers

API changes (from Hackage documentation)

Files

hlint.cabal view
@@ -1,7 +1,7 @@ cabal-version:      >= 1.6 build-type:         Simple name:               hlint-version:            1.8.6+version:            1.8.7 -- license is GPL v2 only license:            GPL license-file:       LICENSE@@ -35,7 +35,7 @@ library     build-depends:         base == 4.*, process, filepath, directory, containers,-        transformers == 0.2.*,+        transformers >= 0.0 && < 0.3,         hscolour == 1.17.*,         cpphs == 1.11.*,         haskell-src-exts >= 1.9.6 && < 1.11,