Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit 9028a8b

Browse files
committed
Version 1.0.2.1
1 parent 617b396 commit 9028a8b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
[![Hackage](https://img.shields.io/hackage/v/splint)](https://hackage.haskell.org/package/splint)
55
[![Stackage](https://www.stackage.org/package/splint/badge/nightly?label=stackage)](https://www.stackage.org/package/splint)
66

7+
:warning: This package is not maintained anymore.
8+
79
Splint makes [HLint 3][] available as a [GHC source plugin][]. It is similar to
810
[hlint-source-plugin][] by Ollie Charles, except that it doesn't have to
911
re-parse the module in order to lint it.

splint.cabal

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
cabal-version: >= 1.10
22

33
name: splint
4-
version: 1.0.2.0
4+
version: 1.0.2.1
55

66
synopsis: HLint as a GHC source plugin.
77
description:
8+
Warning: This package is not maintained anymore.
9+
.
810
Splint makes HLint available as a GHC source plugin. To use it, pass
911
@-fplugin=Splint@ to GHC. Any options passed to Splint are passed through to
1012
HLint. For example you can use @-fplugin-opt=Splint:'--ignore=Use concatMap'@

0 commit comments

Comments
 (0)