Skip to content

Commit

Permalink
Merge dc88305 into 0dcf996
Browse files Browse the repository at this point in the history
  • Loading branch information
gracjan committed Jan 13, 2016
2 parents 0dcf996 + dc88305 commit 0555586
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ dist: trusty

env:
matrix:
- EMACS=emacs23 TARGET=check
- EMACS=emacs24 TARGET=check
- EMACS=emacs-snapshot TARGET=check
- TARGET=deploy-manual
Expand All @@ -16,10 +15,6 @@ matrix:
- env: EMACS=emacs-snapshot TARGET=check

install:
- if [ "$EMACS" = "emacs23" ]; then
sudo apt-get update &&
sudo apt-get install --no-install-suggests --no-install-recommends --assume-yes emacs23-nox;
fi
- if [ "$EMACS" = "emacs24" ]; then
sudo apt-get update &&
sudo apt-get install --no-install-suggests --no-install-recommends --assume-yes emacs24-nox;
Expand Down
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ for setup and user guide.

## Installation - more information

`haskell-mode` supports GNU Emacs versions 23, 24 and upcoming 25
(snapshot).
`haskell-mode` supports GNU Emacs version 24 or later.

`haskell-mode` is available from [melpa-stable](http://stable.melpa.org) (releases) and [melpa](http://melpa.org)
(git snapshots).
Expand All @@ -63,18 +62,6 @@ Other means of obtaining `haskell-mode` include
[el-get](https://github.com/dimitri/el-get),
[Emacs Prelude](https://github.com/bbatsov/prelude) and [Debian package](https://packages.debian.org/search?keywords=haskell-mode).

Emacs23 requires an the use of "cl-lib". cl-lib.el can be found in
the tests/compat directory. Copy cl-lib.el to your emacs
directory, e.g. ~/.emacs.d directory and put

```el
(add-to-list 'load-path "~/.emacs.d/")
(require 'cl-lib)
```

in your .emacs file.


## Installation from git repository

Running `haskell-mode` directly from sources is easy but
Expand Down
2 changes: 1 addition & 1 deletion doc/haskell-mode.texi
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Front-Cover Texts and no Back-Cover Texts.
@top Haskell Mode

Haskell Mode is an Haskell development Environment for GNU Emacs version
23 or later. It provides syntax-based indentation, font locking,
24 or later. It provides syntax-based indentation, font locking,
editing cabal files, and supports running an inferior Haskell
interpreter (e.g. GHCi).

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" "13.17-git" "A Haskell editing mode"
'((cl-lib "0.5"))
'((emacs "24.1") (cl-lib "0.5"))
:url "https://github.com/haskell/haskell-mode"
:keywords '("haskell" "cabal" "ghc" "repl"))
;; Local Variables:
Expand Down

0 comments on commit 0555586

Please sign in to comment.