@@ -42,7 +42,7 @@ Front-Cover Texts and no Back-Cover Texts.
4242@top Haskell Mode
4343
4444Haskell Mode is an Haskell development Environment for GNU Emacs version
45- 23 or later. It provides syntax-based indentation, font locking,
45+ 24 or later. It provides syntax-based indentation, font locking,
4646editing cabal files, and supports running an inferior Haskell
4747interpreter (e.g. GHCi).
4848
@@ -156,7 +156,7 @@ source code in color now.
156156
157157@section Installation - more information
158158
159- @code {haskell-mode } supports GNU Emacs versions 23, 24 and upcoming 25
159+ @code {haskell-mode } supports GNU Emacs versions 24 and upcoming 25
160160(snapshot).
161161
162162@code {haskell-mode } is available from @uref {http://stable.melpa.org ,melpa-stable (releases) } and @uref {http://melpa.org , melpa
@@ -166,16 +166,9 @@ Other means of obtaining `haskell-mode` include
166166@uref {https://github.com/dimitri/el-get , el-get },
167167@uref {https://github.com/bbatsov/prelude , Emacs Prelude }) and @uref {https://packages.debian.org/search?keywords=haskell-mode , Debian package }.
168168
169- Emacs23 requires an the use of @code {cl-lib }. cl-lib.el can be found in
170- the tests/compat directory. Copy cl-lib.el to your emacs
171- directory, e.g. ~/.emacs.d directory and put
172-
173- @lisp
174- (add-to-list 'load-path " ~/.emacs.d/" )
175- (require 'cl-lib )
176- @end lisp
177-
178- in your .emacs file.
169+ Last version of haskell-mode that supported Emacs 23 is haskell-mode
170+ 13.18 available at
171+ @uref {https://github.com/haskell/haskell-mode/releases/tag/v13.18 }.
179172
180173@section Customizing
181174
0 commit comments