splint 1.0.2.0 → 1.0.2.1
raw patch · 2 files changed
+5/−1 lines, 2 files
Files
- README.markdown +2/−0
- splint.cabal +3/−1
README.markdown view
@@ -4,6 +4,8 @@ [](https://hackage.haskell.org/package/splint) [](https://www.stackage.org/package/splint) +:warning: This package is not maintained anymore.+ Splint makes [HLint 3][] available as a [GHC source plugin][]. It is similar to [hlint-source-plugin][] by Ollie Charles, except that it doesn't have to re-parse the module in order to lint it.
splint.cabal view
@@ -1,10 +1,12 @@ cabal-version: >= 1.10 name: splint-version: 1.0.2.0+version: 1.0.2.1 synopsis: HLint as a GHC source plugin. description:+ Warning: This package is not maintained anymore.+ . Splint makes HLint available as a GHC source plugin. To use it, pass @-fplugin=Splint@ to GHC. Any options passed to Splint are passed through to HLint. For example you can use @-fplugin-opt=Splint:'--ignore=Use concatMap'@