[Pkg-haskell-commits] darcs: yi: Main package should recommend -dev and -doc ones because they are useful for configuring the program

Louis Bettens louis at bettens.info
Tue Jul 23 09:56:56 UTC 2013


Tue Jul 23 09:55:10 UTC 2013  Louis Bettens <louis at bettens.info>
  * Main package should recommend -dev and -doc ones because they are useful for configuring the program

    M ./control +7

Tue Jul 23 09:55:10 UTC 2013  Louis Bettens <louis at bettens.info>
  * Main package should recommend -dev and -doc ones because they are useful for configuring the program
diff -rN -u old-yi/control new-yi/control
--- old-yi/control	2013-07-23 09:56:56.538038437 +0000
+++ new-yi/control	2013-07-23 09:56:56.558538029 +0000
@@ -200,7 +200,14 @@
 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
+




More information about the Pkg-haskell-commits mailing list