File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
# We should have a script that changes it everywhere it is needed and
11
11
# syncs it with current git tag.
12
12
#
13
- VERSION = 16.1-git
13
+ VERSION = 13.20
14
14
15
15
INSTALL_INFO = install-info
16
16
Original file line number Diff line number Diff line change 2
2
@c %**start of header
3
3
@setfilename haskell-mode.info
4
4
@documentencoding UTF-8
5
- @settitle Haskell Mode 16.1-git
5
+ @settitle Haskell Mode 13.20
6
6
@c %**end of header
7
7
8
8
@dircategory Emacs
11
11
@end direntry
12
12
13
13
@copying
14
- This manual is for Haskell mode, version 16.1-git
14
+ This manual is for Haskell mode, version 13.20.
15
15
16
16
Copyright @copyright {} 2013-2016 Haskell Mode contributors.
17
17
Original file line number Diff line number Diff line change 1
- (define-package " haskell-mode" " 16.1-git " " A Haskell editing mode"
1
+ (define-package " haskell-mode" " 13.20 " " A Haskell editing mode"
2
2
'((emacs " 24.1" ) (cl-lib " 0.5" ))
3
3
:url " https://github.com/haskell/haskell-mode"
4
4
:keywords '(" haskell" " cabal" " ghc" " repl" ))
Original file line number Diff line number Diff line change 12
12
; ; 2003 Dave Love <[email protected] >
13
13
; ; 2016 Arthur Fayzrakhmanov
14
14
; ; Keywords: faces files Haskell
15
- ; ; Version: 16.1-git
15
+ ; ; Version: 13.20
16
16
; ; URL: https://github.com/haskell/haskell-mode
17
17
18
18
; ; This file is not part of GNU Emacs.
149
149
; ; All functions/variables start with `(literate-)haskell-'.
150
150
151
151
; ; Version of mode.
152
- (defconst haskell-version " 16.1-git "
152
+ (defconst haskell-version " 13.20 "
153
153
" The release version of `haskell-mode' ." )
154
154
155
155
;;;### autoload
You can’t perform that action at this time.
0 commit comments