diff options
| -rw-r--r-- | p/yi/debian/control | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/p/yi/debian/control b/p/yi/debian/control index 7fe9c5d77..1c7fe52ae 100644 --- a/p/yi/debian/control +++ b/p/yi/debian/control @@ -200,7 +200,13 @@ Package: yi Architecture: any Section: misc Depends: ${shlibs:Depends}, ${haskell:Depends}, ${misc:Depends} + , libghc-yi-dev, libghc-yi-doc 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-dev is installed and put your configuration in + ~/.config/yi/yi.hs |
