changelog.

This commit is contained in:
Kazu Yamamoto 2014-04-25 14:48:00 +09:00
parent 3e812a8bfe
commit c2da82c30f
1 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,11 @@
2014-04-25 v4.1.0
* ghc-modi now provides "type", "info", and "boot".
* ghc-mod now provides "find".
* Packages are specified according to "cabal configure"'s options.
(@DanielG)
* Packages, which are specified in a cabal file but not installed,
are filtered out. (@DanielG)
* ghc-mod/ghc-modi treats "-l" properly.
* ghc-mod obsoletes "-p". Use "ghc-mod browse package:module".
* M-x ghc-debug has been implemented.
2014-04-07 v4.0.2
* The ghc-display-error option (@notogawa)