nemesis-2009.8.4: a rake like task management toolSource codeContentsIndex
System.Nemesis
Documentation
data Task Source
Constructors
Task
name :: String
action :: IO ()
deps :: [String]
description :: Maybe String
namespace :: [String]
show/hide Instances
data Nemesis Source
Constructors
Nemesis
tasks :: Map String Task
target :: String
current_desc :: Maybe String
current_namespace :: [String]
show/hide Instances
full_name :: Task -> StringSource
display_name :: Task -> StringSource
type Unit = StateT Nemesis IO ()Source
run :: Unit -> IO ()Source
insert_task :: Task -> UnitSource
run_nemesis :: Nemesis -> IO ()Source
Produced by Haddock version 2.7.2