File: control

package info (click to toggle)
emacs-haskell-tab-indent 0.3-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 108 kB
  • sloc: lisp: 62; makefile: 4
file content (22 lines) | stat: -rw-r--r-- 849 bytes parent folder | download | duplicates (2)
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.