emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/haskell-mode updated (3332050667 -> 90503413f4)


From: ELPA Syncer
Subject: [nongnu] elpa/haskell-mode updated (3332050667 -> 90503413f4)
Date: Tue, 1 Nov 2022 22:58:50 -0400 (EDT)

elpasync pushed a change to branch elpa/haskell-mode.

      from  3332050667 Merge pull request #1759 from 
sirlensalot/pr-fix-reload-lint-other-buffer
       new  b2427232ab Fix compilation command to handle whitespace in file path
       new  0faf9f1324 Use shell-quote-argument on file path in compilation 
command
       new  0b89979176 Merge pull request #1761 from 
EuanParr/pr-fix-path-argument-in-compile
       new  8402caa341 Remove inconsistent docstring, point users at the source 
of truth
       new  a8f23d8fa1 Add `capi` calling convention
       new  f13b6db78b Merge pull request #1771 from amesgen/add-capi
       new  1bde244f11 Remove autoloads from face and group definitions
       new  5750f74d89 Merge pull request #1773 from minad/reduce-autoloads
       new  705d04d9fb Make {-# and #-} not be paragraph boundaries
       new  b1505b727b Merge pull request #1645 from 
juliapath/pragmas-are-no-paragraphs
       new  952af0ed21 typos
       new  15c5eb0aca Merge pull request #1775 from vaerksted/master
       new  8d9b271e9c Fix minor typo
       new  9186f45d52 Add interactive command to insert a LANGUAGE pragma
       new  19922b81ed Fix code based on suggestions
       new  cb573c8db5 Merge pull request #1774 from 
TikhonJelvis/add-language-pragma-command
       new  f53827f074 Add Emacs 28.1 to CI matrix, update install-nix-action
       new  4ec2aa32b1 Fix emacs version in CI
       new  d0e8ca71d2 Add GHC 9.2.2 extensions and options
       new  fe3a8046aa Merge pull request #1778 from cydparser/ghc-9.2.2-support
       new  5a9f8072c7 Reformat docstring to satisfy Emacs 28.1 byte compiler
       new  f988332a3d Add Emacs 28.2 to CI, cut down matrix a little
       new  4010de30ec The emacs upstream will raise an error now when 
`otherwise` or `t` clause is not the last clause in a `cl-case`. There is a 
such `cl-case` in `haskell-commands.el` which is apparently a typo and should 
be fixed.
       new  90503413f4 Merge pull request #1784 from 
VitalyAnkh/fix_cl_case_error


Summary of changes:
 .github/workflows/test.yml       |  8 ++---
 ghc-core.el                      |  1 -
 haskell-c2hs.el                  |  2 +-
 haskell-cabal.el                 | 18 ++++++----
 haskell-commands.el              | 14 ++++++--
 haskell-compile.el               | 22 +++++++-----
 haskell-completions.el           |  5 ++-
 haskell-customize.el             | 12 ++++---
 haskell-debug.el                 |  7 ----
 haskell-decl-scan.el             |  3 +-
 haskell-doc.el                   |  1 -
 haskell-font-lock.el             | 12 ++-----
 haskell-ghc-support.el           | 74 ++++++++++++++++++++++++++++++++++++++++
 haskell-indent.el                |  8 ++---
 haskell-indentation.el           |  5 ++-
 haskell-interactive-mode.el      | 14 +++-----
 haskell-lexeme.el                |  6 ++--
 haskell-load.el                  |  5 +--
 haskell-mode.el                  | 13 ++++---
 haskell-move-nested.el           |  4 ++-
 haskell-process.el               |  3 +-
 haskell-utils.el                 |  2 +-
 haskell.el                       |  5 +--
 inf-haskell.el                   |  4 +--
 tests/haskell-font-lock-tests.el |  4 +--
 tests/haskell-mode-tests.el      |  9 +++++
 tests/haskell-utils-tests.el     |  2 +-
 w3m-haddock.el                   |  9 ++---
 28 files changed, 178 insertions(+), 94 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]