File: control

package info (click to toggle)
emacs-lsp-haskell 1.0.20201011-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 144 kB
  • sloc: lisp: 183; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 925 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Source: emacs-lsp-haskell
Section: lisp
Priority: optional
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Uploaders: Thomas Koch <thomas@koch.ro>
Build-Depends: debhelper-compat (= 12),
 dh-elpa
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/emacsen-team/emacs-lsp-haskell
Vcs-Git: https://salsa.debian.org/emacsen-team/emacs-lsp-haskell.git
Homepage: https://github.com/emacs-lsp/lsp-haskell

Package: elpa-lsp-haskell
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends},
Recommends: emacs (>= 46.0),
  haskell-ide-engine,
  lsp-ui,
Enhances: emacs,
Description: Haskell support for lsp-mode
 An Emacs Lisp library for interacting with a haskell-ide-engine server using
 Microsoft's Language Server Protocol.
 .
 The library is designed to integrate with existing Emacs IDE frameworks
 (completion-at-point, xref (beginning with Emacs 25.1), flycheck,
 haskell-mode, intero, etc).