aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/control
blob: b4814f10e5e4359efa5e1c93ee732b7b3c61c8ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: emacs-haskell-tab-indent
Section: editors
Priority: optional
Maintainer: Sean Whitton <spwhitton@spwhitton.name>
Build-Depends: debhelper-compat (= 12),
 dh-elpa
Standards-Version: 4.5.0
Homepage: https://spwhitton.name/tech/code/haskell-tab-indent/
Vcs-Git: https://git.spwhitton.name/haskell-tab-indent
Vcs-Browser: https://git.spwhitton.name/haskell-tab-indent

Package: elpa-haskell-tab-indent
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends}
Recommends: emacs (>= 46.0), elpa-haskell-mode
Enhances: emacs
Description: tab-based indentation for haskell-mode
 This file provides `haskell-tab-indent-mode', a simple indentation
 mode for Haskell projects which require tabs for indentation and do
 not permit spaces (except for where clauses, as a special case).
 .
 The user may use TAB to cycle between possible indentations.