]> gitweb.michael.orlitzky.com - hath.git/commit
Add a CommandLine module for parsing command-line options.
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 29 Apr 2010 02:20:56 +0000 (22:20 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 29 Apr 2010 02:20:56 +0000 (22:20 -0400)
commit60c61e5eb68575f723beac12fc3162ab30557953
tree7af3cc19beba90e7649d12c2ad8234c3affa2f39
parent364735d8f7cbc78528517faeccac606813ef9998
Add a CommandLine module for parsing command-line options.
Update the Main module to use the new CommandLine module.
Implement an input file option (to override stdin).
src/CommandLine.hs [new file with mode: 0644]
src/Main.hs