packages feed

darcswatch-0.4: example/config

DarcsWatchConfig
	{ cRepositories =
		[ "http://happs.org/repos/HAppS-HTTP/"
		, "http://code.haskell.org/xmonad"
		, "http://code.haskell.org/XMonadContrib"
		, "http://code.haskell.org/lambdabot"
		, "http://darcs.nomeata.de/darcswatch/"
		, "http://darcs.net/"
		]
	, cData = "/home/jojo/projekte/programming/haskell/darcswatch/example/data"
	, cOutput = "/home/jojo/projekte/programming/haskell/darcswatch/example/output"
	, cMails = "/home/jojo/projekte/programming/haskell/darcswatch/example/mails"
	, cDarcsWatchURL = "http://darcswatch.nomeata.de/"
	, cDarcsWatchAddress = "darcswatch@nomeata.de"
	, cRepoSubscriptions =
		[ ("http://code.haskell.org/XMonadContrib", "xmonad@haskell.org")
		]
	, cSendMails = False
	}