File: control

package info (click to toggle)
emacs-lsp-haskell 1.0.20211214-3
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 156 kB
  • sloc: lisp: 250; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 901 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 QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13),
 dh-elpa
Standards-Version: 4.6.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
Rules-Requires-Root: no

Package: elpa-lsp-haskell
Architecture: all
Depends: ${elpa:Depends}, ${misc:Depends},
Recommends: emacs (>= 46.0),
  haskell-ide-engine,
  elpa-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).