Comment #1 on issue 276 by gwern0: HConf should be a standalone package http://code.google.com/p/yi-editor/issues/detail?id=276
Here're my changes: [10:28 AM] 0Mb$ new hunk ./hconf.cabal 4 --- Not sure about the category here. Considered 'Distribution', --- 'Scripting' and 'Utils', and the currently nonexistent category --- of 'Configuration'. 'Configuration' is, of course, the most --- accurate. -category: Configuration +category: Development +--homepage: $ +bug-reports: http://code.google.com/p/yi-editor/issues/list +author: Jean-Philippe Bernardy +maintainer: Yi devs +copyright: Jean-Philippe Bernardy, Yi devs +stability: experimental +-- Assuming GPL like Yi, but other licenses probably deserve +-- some consideration due to compatibility issues. +license: GPL +license-file: LICENSE hunk ./hconf.cabal 16 -synopsis: Dynamic reconfiguration in the style of Xmonad. +synopsis: Dynamic reconfiguration in the style of XMonad. hunk ./hconf.cabal 18 -description: HConf provides functions to manage an Xmonad-style - configuration. By Xmonad-style configuration we mean +description: HConf provides functions to manage an XMonad-style + configuration. By XMonad-style configuration we mean hunk ./hconf.cabal 21 - + . hunk ./hconf.cabal 23 - the executable, say, /usr/bin/app, as well as a + the executable, say, "/usr/bin/app", as well as a hunk ./hconf.cabal 29 - - If the user whishes to customize their installation, + . + If the user wishes to customize their installation, hunk ./hconf.cabal 33 - and effectively implements a custom application. - --- No clue on any of these ---homepage: $ ---bug-reports: $ ---author: $ ---maintainer: $ ---copyright: $ -stability: experimental - --- Assuming GPL like Yi, but other licenses probably deserve --- some consideration due to compatibility issues. -license: GPL -license-file: LICENSE + and effectively implements a custom application. Every time + the default is run, it checks for the configuration file, + compiles it if need be, and then executes the new one. hunk ./hconf.cabal 44 - build-depends: base, transformers, filepath, directory, + build-depends: base == 4.*, transformers, filepath, directory, Attachments: hconf.cabal 1.8 KB -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Yi development mailing list yi-devel@googlegroups.com http://groups.google.com/group/yi-devel -~----------~----~----~----~------~----~------~--~---