File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010# We should have a script that changes it everywhere it is needed and
1111# syncs it with current git tag.
1212#
13- VERSION = 16.1-git
13+ VERSION = 13.20
1414
1515INSTALL_INFO = install-info
1616
Original file line number Diff line number Diff line change 22@c %**start of header
33@setfilename haskell-mode.info
44@documentencoding UTF-8
5- @settitle Haskell Mode 16.1-git
5+ @settitle Haskell Mode 13.20
66@c %**end of header
77
88@dircategory Emacs
1111@end direntry
1212
1313@copying
14- This manual is for Haskell mode, version 16.1-git
14+ This manual is for Haskell mode, version 13.20.
1515
1616Copyright @copyright {} 2013-2016 Haskell Mode contributors.
1717
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"
22 '((emacs " 24.1" ) (cl-lib " 0.5" ))
33 :url " https://github.com/haskell/haskell-mode"
44 :keywords '(" haskell" " cabal" " ghc" " repl" ))
Original file line number Diff line number Diff line change 1212; ; 2003 Dave Love <[email protected] >1313; ; 2016 Arthur Fayzrakhmanov
1414; ; Keywords: faces files Haskell
15- ; ; Version: 16.1-git
15+ ; ; Version: 13.20
1616; ; URL: https://github.com/haskell/haskell-mode
1717
1818; ; This file is not part of GNU Emacs.
149149; ; All functions/variables start with `(literate-)haskell-'.
150150
151151; ; Version of mode.
152- (defconst haskell-version " 16.1-git "
152+ (defconst haskell-version " 13.20 "
153153 " The release version of `haskell-mode' ." )
154154
155155;;;### autoload
You can’t perform that action at this time.
0 commit comments