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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
|
Source: yi
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders:
Marcel Fourne <debian@marcelfourne.de>
Priority: optional
Section: haskell
Build-Depends:
alex (>= 3.0.3),
cdbs,
debhelper (>= 9),
ghc (>= 8),
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-microlens-platform-dev (>= 0.3.4.0),
libghc-microlens-platform-prof,
libghc-mtl-dev (>= 2.2.1),
libghc-mtl-prof,
libghc-optparse-applicative-dev (>= 0.13.0.0),
libghc-optparse-applicative-prof,
libghc-yi-core-dev (>= 0.13.0.1),
libghc-yi-core-prof,
libghc-yi-frontend-pango-dev,
libghc-yi-frontend-pango-prof,
libghc-yi-frontend-vty-dev,
libghc-yi-frontend-vty-prof,
libghc-yi-keymap-emacs-dev,
libghc-yi-keymap-emacs-prof,
libghc-yi-keymap-vim-dev,
libghc-yi-keymap-vim-prof,
libghc-yi-misc-modes-dev (>= 0.13.0.1),
libghc-yi-misc-modes-prof,
libghc-yi-mode-haskell-dev (>= 0.13.0.1),
libghc-yi-mode-haskell-prof,
libghc-yi-mode-javascript-dev (>= 0.13.0.1),
libghc-yi-mode-javascript-prof,
libghc-yi-rope-dev (>= 0.7.0.1),
libghc-yi-rope-prof,
Build-Depends-Indep:
ghc-doc,
libghc-yi-rope-doc,
libghc-microlens-platform-doc,
libghc-mtl-doc,
libghc-optparse-applicative-doc,
libghc-yi-core-doc,
libghc-yi-frontend-pango-doc,
libghc-yi-frontend-vty-doc,
libghc-yi-keymap-emacs-doc,
libghc-yi-keymap-vim-doc,
libghc-yi-misc-modes-doc,
libghc-yi-mode-haskell-doc,
libghc-yi-mode-javascript-doc,
libghc-yi-rope-doc,
Standards-Version: 4.0.1
Homepage: https://github.com/yi-editor/yi#readme
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/yi
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: yi
Architecture: any
Section: editors
Depends:
libghc-yi-frontend-pango-dev,
${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
Description: Haskell-Scriptable Editor
Yi is a text editor written in Haskell and extensible in Haskell. The goal
of the Yi project is to provide a flexible, powerful, and correct editor
for haskell hacking.
.
This package comes pre-configured with the default configuration. If
you want to build your custom-configured version, make sure that
libghc-yi-core-dev is installed and put your configuration in
~/.config/yi/yi.hs
|