Skip to content

Commit

Permalink
0.8.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zliu41 committed Aug 6, 2020
1 parent 4f70961 commit 311fe6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.8.2.1

* support GHC 8.8.4
* remove dependency on mtl

v0.8.2.0

* #75, support refactoring for Eta reduce
Expand Down
4 changes: 2 additions & 2 deletions apply-refact.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- documentation, see http://haskell.org/cabal/users-guide/

name: apply-refact
version: 0.8.2.0
version: 0.8.2.1
synopsis: Perform refactorings specified by the refact library.
description: Perform refactorings specified by the refact library. It is primarily used with HLint's --refactor flag.
license: BSD3
Expand All @@ -18,7 +18,7 @@ extra-source-files: CHANGELOG
, tests/examples/*.hs.refact
, tests/examples/*.hs.expected
cabal-version: >=1.10
tested-with: GHC == 8.10.1, GHC == 8.8.3, GHC == 8.6.5
tested-with: GHC == 8.10.1, GHC == 8.8.4, GHC == 8.6.5


source-repository head
Expand Down

0 comments on commit 311fe6c

Please sign in to comment.