Skip to content

Commit

Permalink
0.14.0.0 (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
zliu41 authored Dec 21, 2023
1 parent 8393832 commit 2eda1e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v0.14.0.0
* #144, support GHC 9.8

v0.13.0.0
* #137, support GHC 9.6 (@9999years)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[`refact`](https://hackage.haskell.org/package/refact) package. It is currently
integrated into [HLint](https://github.com/ndmitchell/hlint) to enable the automatic application of suggestions.

apply-refact 0.13.x supports GHC 9.2 through 9.6; 0.12.x and 0.11.x support GHC 9.2 and 9.4; 0.10.x supports GHC 9.2; 0.9.x supports GHC 8.6 through 9.0.
apply-refact 0.14.x supports GHC 9.2 through 9.8; 0.13.x supports GHC 9.2 through 9.6; 0.12.x and 0.11.x support GHC 9.2 and 9.4; 0.10.x supports GHC 9.2; 0.9.x supports GHC 8.6 through 9.0.

# Install

Expand Down
4 changes: 2 additions & 2 deletions apply-refact.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: apply-refact
version: 0.13.0.0
version: 0.14.0.0
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: BSD-3-Clause
Expand Down Expand Up @@ -36,7 +36,7 @@ library
, refact >= 0.2
, ghc-boot-th
, ghc-exactprint ^>= 1.5.0 || ^>= 1.6.0 || ^>= 1.7.0 || ^>= 1.8.0
, containers >= 0.6.0.1 && < 0.7
, containers >= 0.6.0.1 && < 0.8
, extra >= 1.7.3
, syb >= 0.7.1
, process >= 1.6
Expand Down

0 comments on commit 2eda1e7

Please # to comment.