Skip to content

Commit 70ed652

Browse files
authored
Merge pull request #171 from jcs-PR/drop/26
fix: Drop support for Emacs 26.x
2 parents 65b303a + fbea315 commit 70ed652

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
matrix:
1818
os: [ubuntu-latest, macos-latest, windows-latest]
1919
emacs-version:
20-
- 26.3
2120
- 27.2
2221
- 28.2
2322
- 29.1

Eask

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
(source "gnu")
1313
(source "melpa")
1414

15-
(depends-on "emacs" "24.3")
15+
(depends-on "emacs" "27.1")
1616
(depends-on "lsp-mode")
1717
(depends-on "haskell-mode")
1818

lsp-haskell.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;;; lsp-haskell.el --- Haskell support for lsp-mode
22

33
;; Version: 1.1
4-
;; Package-Requires: ((emacs "24.3") (lsp-mode "3.0") (haskell-mode "16.1"))
4+
;; Package-Requires: ((emacs "27.1") (lsp-mode "3.0") (haskell-mode "16.1"))
55
;; Keywords: haskell
66
;; URL: https://github.com/emacs-lsp/lsp-haskell
77

0 commit comments

Comments
 (0)