Skip to content

Commit 8a15bc6

Browse files
committed
Preparing for 0.8.2.0
1 parent b2c1cdb commit 8a15bc6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2015-10-07 v0.8.2.0
2+
* Work around a bug in GHC 7.10.2 that will not process pragmas
3+
after a comment at the top of a file, when comments are returned
4+
for ghc-exactprint processing.
5+
* Add parameters to all use sites in the original location when
6+
lifting a declaration.
17
2015-10-05 v0.8.1.1
28
* Move to new/old home at https://github.com/RefactoringTools/HaRe
39
2015-10-05 v0.8.1.0

HaRe.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: HaRe
2-
Version: 0.8.1.1
2+
Version: 0.8.2.0
33
Author: Chris Brown, Huiqing Li, Simon Thompson, Alan Zimmerman
44
Maintainer: Alan Zimmerman
55
Stability: Alpha

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Currently only emacs integration is offered. Add the following to your
5050
~/.emacs using the load-path entry that matches the installation on
5151
your machine.
5252

53-
(add-to-load-path "~/.cabal/share/x86_64-linux-ghc-7.10.2/HaRe-0.8.1.1/elisp")
53+
(add-to-load-path "~/.cabal/share/x86_64-linux-ghc-7.10.2/HaRe-0.8.2.0/elisp")
5454
(require 'hare)
5555
(autoload 'hare-init "hare" nil t)
5656

0 commit comments

Comments
 (0)