]> gitweb.michael.orlitzky.com - hath.git/history - src/Main.hs
Switch from test-framework to tasty.
[hath.git] / src / Main.hs
2014-05-12 Michael OrlitzkySwitch from test-framework to tasty.
2013-10-16 Michael OrlitzkyList regex alternates in reverse order to avoid matchin...
2013-10-14 Michael OrlitzkyRewrite command-line parsing to use cmdargs.
2013-10-08 Michael OrlitzkyBump dns dependency to 1.*, and update DNS module. 0.0.5
2013-08-19 Michael OrlitzkyReplace cidr_from_string with a Read instance.
2013-08-19 Michael OrlitzkyAdd a test for the Cidr 'enumerate' function.
2013-08-18 Michael OrlitzkyAdd some more tests; minor code cleanup.
2013-08-17 Michael OrlitzkyBump the version number to 0.0.4 in hath.cabal.
2013-06-08 Michael OrlitzkyAdd hlint makefile target. 0.0.1
2013-06-07 Michael OrlitzkyAdd more Haddock comments.
2011-12-27 Michael OrlitzkyRewrite everything to use Maybe instead of None constru...
2010-09-02 Michael OrlitzkyFix four compiler warnings.
2010-05-22 Michael OrlitzkyAdded the "diff" mode of operation.
2010-05-20 Michael OrlitzkyMoved the min/max address/octetN functions out of IPv4A...
2010-05-20 Michael OrlitzkyAdded the 'Dupe' mode of operation.
2010-05-08 Michael OrlitzkyUpdated the Reduce action to call combine_all on the...
2010-05-02 Michael OrlitzkyDon't validate the CIDR strings; rather, check whether...
2010-05-02 Michael OrlitzkyUpdate Main and Cidr to use the new modules instead...
2010-05-02 Michael OrlitzkyMove the is_valid_cidr function in to the Cidr module.
2010-04-30 Michael OrlitzkyAdd mode parsing to the CommandLine module.
2010-04-29 Michael OrlitzkyAdd a CommandLine module for parsing command-line options.
2010-04-22 Michael OrlitzkyMoved most of the CIDR code out of Main and in to a...
2010-04-02 Michael OrlitzkyUnqualify the Numeric import, and specify the functions...
2010-04-02 Michael OrlitzkyUnqualify the Data.List import, and specify the functio...
2010-04-02 Michael OrlitzkyUnqualify the Data.Char import, and specify the functio...
2010-04-02 Michael OrlitzkyRename hath.hs to Main.hs.