packages feed

cab 0.1.11 → 0.1.12

raw patch · 3 files changed

+10/−1 lines, 3 files

Files

CmdDB.hs view
@@ -196,6 +196,14 @@        , manual = Nothing        }   , CommandSpec {+         command = Doc+       , commandNames = ["doc", "haddock", "man"]+       , document = "generate manuals"+       , routing = RouteCabal ["haddock", "--hyperlink-source"]+       , switches = []+       , manual = Nothing+       }+  , CommandSpec {          command = Help        , commandNames = ["help"]        , document = "Display the help message of the command"
Types.hs view
@@ -78,6 +78,7 @@              | Env              | Add              | Test+             | Doc              | Help              deriving (Eq,Show) 
cab.cabal view
@@ -1,5 +1,5 @@ Name:                   cab-Version:                0.1.11+Version:                0.1.12 Author:                 Kazu Yamamoto <kazu@iij.ad.jp> Maintainer:             Kazu Yamamoto <kazu@iij.ad.jp> License:                BSD3