From 58543e507ba2348bd1decc805c5bd5c32b325696 Mon Sep 17 00:00:00 2001 From: Neil Mitchell Date: Wed, 24 Jun 2020 22:45:53 +0100 Subject: [PATCH] Version 3.1.6 --- CHANGES.txt | 1 + hlint.cabal | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index cd3aa710d..00ed5e502 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,6 @@ Changelog for HLint (* = breaking change) +3.1.6, released 2020-06-24 #1062, make sure matching inserts brackets if required #1058, weaken the self-definition check to match more things #1060, suggest [] ++ x and [] ++ x to x diff --git a/hlint.cabal b/hlint.cabal index 1bd267343..621a18c1e 100644 --- a/hlint.cabal +++ b/hlint.cabal @@ -1,7 +1,7 @@ cabal-version: >= 1.18 build-type: Simple name: hlint -version: 3.1.5 +version: 3.1.6 license: BSD3 license-file: LICENSE category: Development