aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/control
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-05-14 07:40:36 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-05-14 07:43:51 -0700
commit570f2e271c5f261b9eb265acc0f8cd5ae73e5ee1 (patch)
treede4688d1d3940d15be31a30c650657b42e723d14 /debian/control
parent1127f46eca40a48be9cd2380df2cfc5f0b694e63 (diff)
downloadhaskell-tab-indent-570f2e271c5f261b9eb265acc0f8cd5ae73e5ee1.tar.gz
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..807dd76
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+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/
+
+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.