]> gitweb.michael.orlitzky.com - hath.git/history - src/IPv4Address.hs
Switch from test-framework to tasty.
[hath.git] / src / IPv4Address.hs
2014-05-12 Michael OrlitzkySwitch from test-framework to tasty.
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-04-21 Michael OrlitzkyUse test-framework for the tests, and bump some depende...
2011-12-27 Michael OrlitzkyGreatly simplify the definition of IPv4Address.apply_mask.
2011-12-27 Michael OrlitzkyRewrite everything to use Maybe instead of None constru...
2011-12-26 Michael OrlitzkyUpdate for QuickCheck 2.
2010-08-28 Michael OrlitzkyDon't use min_address or min_octet in the apply_mask...
2010-05-23 Michael OrlitzkyUpdate IPv4Address for the new definition of apply_mask.
2010-05-23 Michael OrlitzkyExport the two new min/max functions.
2010-05-23 Michael OrlitzkyAdded min/max_address for IPv4Address.
2010-05-20 Michael OrlitzkyMoved the min/max address/octetN functions out of IPv4A...
2010-05-20 Michael OrlitzkyUpdate the min_address function to use record syntax.
2010-05-20 Michael OrlitzkyMoved the maskable instance definitions within their...
2010-05-14 Michael OrlitzkyAdded Arbitrary instance definitions for the main data...
2010-05-10 Michael OrlitzkyAdded type signatures for all of the tests.
2010-05-09 Michael OrlitzkySwitched the expected/actual order of assertions in...
2010-05-09 Michael OrlitzkyAdd two HUnit tests for IPv4Address.
2010-05-09 Michael OrlitzkyAdded the most_sig_bit_different function to IPv4Address.
2010-05-08 Michael OrlitzkyDefined a show instance for IPv4Address.
2010-05-08 Michael OrlitzkyUpdated the IPv4Address module to use the new Maskbits...
2010-05-06 Michael OrlitzkyAdded a new Maskable typeclass with instances Octet...
2010-05-02 Michael OrlitzkyReplace the Maskbits type alias with the real thing.
2010-05-02 Michael OrlitzkyAdd a None constructor for IPv4Address.
2010-05-02 Michael OrlitzkyRemove the ipv4address_from_string function.
2010-05-02 Michael OrlitzkyUpdate Main and Cidr to use the new modules instead...
2010-05-02 Michael OrlitzkyAdded three new modules which are currently independent...