Path to this page:
./
wip/haskell-mode,
Haskell mode for Emacs
Branch: CURRENT,
Version: 2.7.0,
Package name: haskell-mode-2.7.0,
Maintainer: pkgsrc-usersThis is a major mode for editing Haskell source code under GNU Emacs or
XEmacs. It also supports running and interacting with the Hugs and GHCi
interpreters as inferior processes in an Emacs buffer.
Required to run:[
editors/emacs26]
Required to build:[
pkgtools/cwrappers]
Master sites:
RMD160: d1b8eb7fcf6c3749952cf3f12cf4d3e94dc1af7e
Filesize: 107.223 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
CVS history: (Expand)
2012-09-29 19:05:52 by Aleksej Saushev | Files touched by this commit (30) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2010-04-13 21:17:53 by Emil Sköldberg | Files touched by this commit (3) |
Log message:
Update to 2.7.0
Changes since 2.6.4
* fill-paragraph (M-q) now only affects comments, and correctly
handles Haddock commentary. adaptive-fill-mode is turned off, as it
was interfering.
* Yet more unicode symbols
* Better support for unicode encoding of haskell source files
* mdo correctly indented
* Indentation fixes, fixes to the fixes, and fixes to the fixes to the
fixes
* New command: M-x haskell-check, calls (by default) hlint on the
current file. Also bound to C-c C-v.
You can also use the flymake minor mode with this.
Changes since 2.5.1
* Parser corrections for haskell-indentation and haskell-decl-scan
* haskell-indentation: Pressing tab in the rightmost position now
moves to the leftmost, by default with a warning.
* Typo fix: One haskell-indentation variable had ended up in the
haskell-ntation customize group.
* haskell-hoogle aliased to hoogle, haskell-hayoo aliased to hayoo
* Courtesy of Alex Ott:
- Additional unicode symbols for font-lock-symbols: () == /= >= <= !! \
&& || sqrt
- M-x haskell-hayoo search added, opens using browse-url
- Bug-fix for inferior-haskell-type
* If haskell-indentation errors out, it now fail-safes to inserting
a literal newline or deleting one character, for return and
backspace respectively.
Changes since 2.4:
* haskell-indentation, a new minor mode for indentation.
|
2009-10-11 12:44:40 by Thomas Klausner | Files touched by this commit (286) |
Log message:
Remove obsolete @dirrm lines.
|
2009-08-01 00:18:50 by Min Sik Kim | Files touched by this commit (18) |
Log message:
Include editors/emacs/modules.mk instead of mk/emacs.mk.
|
2008-08-29 04:15:33 by PHO / phonohawk | Files touched by this commit (5) | |
Log message:
Import haskell-mode-2.4 as wip/haskell-mode.
This is a major mode for editing Haskell source code under GNU Emacs or
XEmacs. It also supports running and interacting with the Hugs and GHCi
interpreters as inferior processes in an Emacs buffer.
|