[start adding dependency dumping
John Meacham <john@repetae.net>**20100226010944
 Ignore-this: 7b7a6f654bf9f2d0022f9227526e32c3
] hunk ./src/Options.hs 165
+    optDeps        ::  Maybe FilePath,
hunk ./src/Options.hs 194
+    optDeps        = Nothing,
hunk ./src/Options.hs 256
+    , Option []    ["deps"]      (ReqArg (optDeps_s . Just) "<file.yaml>") "Write dependency information to file specified"