Skip to content

Month in haskell mode February 2015

gracjan edited this page Mar 1, 2015 · 3 revisions

Welcome haskell-mode users,

haskell-mode received a slight up tick in contributions recently. I took the opportunity to summarize developments that have happened during last month, that is February 2015.

For previous issue see January 2015.

What is haskell-mode?

haskell-mode is a Haskell editing mode for Emacs. haskell-mode is open source, developed by a group of volunteers. For more information see https://github.com/haskell/haskell-mode.

Important developments

Development continued focusing on issue fixing, refactoring, compatibility and general code improvement.

Closed issues

  • indent bug in haskell-indent.el #142
  • Ariadne binding? #205
  • Error not reported/recognised #286
  • Ask user whether to add missing package to test-suites #293
  • symbol includes trailing @ sign in as-patterns #311
  • Tabs inserted into cabal file #376
  • haskell-mode does not work in emacs 24.4.1 in archlinux #380
  • always pops open a help buffer when hitting return #454
  • Interactive-mode fails on multiple executables #458
  • 'find-tag-marker-ring' is an obsolete variable (as of 25.1) #459
  • Customizable module template #462
  • Add support for guessing project license #464
  • Errors in interactive buffer to code #467
  • haskell-mode Version header #475

Closed pull requests

  • merged hi2 (https://github.com/errge/hi2). #314
  • add support to indent and align guard and rhs for unicode haskell #325
  • Added nix-shell-ghci support. #350
  • Add hayoo backend for suggesting imports. #358
  • Proposal - Add haskell-process-wrapper-function #370
  • Proposal - Add EVM (emacs version manager) to deal with emacs versions on travis #373
  • Document assertion in haskell-indent. #440
  • Differentiate Haddock and regular comments better #453
  • Use haskell-process-compute-process-log-and-command in haskell-process-start #456
  • Follow Emacs key binding convention #461
  • Fix #459: 'find-tag-marker-ring' is an obsolete variable (as of 25.1) #465
  • Add customizeable blank module template #466
  • Guess a project's setting from it's .cabal file #468
  • Make haskell-process-generate-tags really output TAGS #469
  • Clean up examples directory #470
  • Put Haskell symbol chars in punctuation char class. #471
  • Drop XEmacs, Emacs20 and Emacs21 support. #472
  • Pr fix string suffix prefix #473
  • Put version header only in haskell-mode.el #476
  • Update emacs-snapshot source to ppa:ubuntu-elisp/ppa. #477
  • Force temp buffer to use spaces for indentation. #479

Active contributors

Chris Done, Christopher Mazey, Gracjan Polak, Ivan Lazar Miljenovic, Mark Oteiza, Michael Xavier, Moritz Kiefer, Sebastian Mendez, Steve Purcell, m00nlight

Contributing

haskell-mode needs volunteers like any other open source project. For more information see:

https://github.com/haskell/haskell-mode/blob/master/CONTRIBUTING.md

Thanks!

Clone this wiki locally