Skip to content

Commit 58acd21

Browse files
committed
0.12.0.0
1 parent eeb4b6a commit 58acd21

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
v0.12.0.0
12
* #134, Make libdir a parameter instead of using GHC.Paths.libdir (@fendor)
23

34
v0.11.0.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[`refact`](https://hackage.haskell.org/package/refact) package. It is currently
33
integrated into [HLint](https://github.com/ndmitchell/hlint) to enable the automatic application of suggestions.
44

5-
apply-refact 0.11.x supports GHC 9.4 and 9.2, 0.10.x supports GHC 9.2 and 0.9.x supports GHC 8.6 through 9.0.
5+
apply-refact 0.11+ support GHC 9.4 and 9.2, 0.10.x supports GHC 9.2 and 0.9.x supports GHC 8.6 through 9.0.
66

77
# Install
88

apply-refact.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 2.4
22

33
name: apply-refact
4-
version: 0.11.0.0
4+
version: 0.12.0.0
55
synopsis: Perform refactorings specified by the refact library.
66
description: Perform refactorings specified by the refact library. It is primarily used with HLint's --refactor flag.
77
license: BSD-3-Clause

0 commit comments

Comments
 (0)