Skip to content

Commit

Permalink
Some code requires Emacs 25.1, so make that explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Nov 13, 2019
1 parent cbad192 commit 0cbb25e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: nix

env:
- EMACS_CI=emacs-24-4 TARGET=check
- EMACS_CI=emacs-24-5 TARGET=check
- EMACS_CI=emacs-25-1 TARGET=check
- EMACS_CI=emacs-25-2 TARGET=check
- EMACS_CI=emacs-25-3 TARGET=check
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ for setup and user guide.

## Installation - more information

`haskell-mode` supports GNU Emacs version 24.4 or later.
`haskell-mode` supports GNU Emacs version 25.1 or later.

`haskell-mode` is available from [melpa-stable](http://stable.melpa.org) (releases) and [melpa](http://melpa.org)
(git snapshots).
Expand Down
2 changes: 1 addition & 1 deletion haskell-mode-pkg.el
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(define-package "haskell-mode" "16.2-git" "A Haskell editing mode"
'((emacs "24.4"))
'((emacs "25.1"))
:url "https://github.com/haskell/haskell-mode"
:keywords '("haskell" "cabal" "ghc" "repl"))
;; Local Variables:
Expand Down

0 comments on commit 0cbb25e

Please sign in to comment.