hlint 2.2.1 → 2.2.2
raw patch · 2 files changed
+4/−2 lines, 2 filesdep ~ghc-lib-parserPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ghc-lib-parser
API changes (from Hackage documentation)
Files
- CHANGES.txt +2/−0
- hlint.cabal +2/−2
CHANGES.txt view
@@ -1,5 +1,7 @@ Changelog for HLint (* = breaking change) +2.2.2, released 2019-07-23+ #716, upgrade to ghc-lib-parser 8.8.0.20190723 2.2.1, released 2019-07-22 #713, make sure -XNoPatternSynonyms works (fix regression) #700, add some Monoid and Alternative hints
hlint.cabal view
@@ -1,7 +1,7 @@ cabal-version: >= 1.18 build-type: Simple name: hlint-version: 2.2.1+version: 2.2.2 license: BSD3 license-file: LICENSE category: Development@@ -60,7 +60,7 @@ extra >= 1.6.6, refact >= 0.3, aeson >= 1.1.2.0,- ghc-lib-parser == 8.8.0.20190424+ ghc-lib-parser == 8.8.0.20190723 if flag(gpl) build-depends: hscolour >= 1.21