]> gitweb.michael.orlitzky.com - hath.git/history - src/Octet.hs
Switch from test-framework to tasty.
[hath.git] / src / Octet.hs
2014-05-12 Michael OrlitzkySwitch from test-framework to tasty.
2013-08-19 Michael OrlitzkySimplify Read instance code.
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 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 Octet for the new definition of apply_mask.
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 OrlitzkyAdded HUnit tests to Octet.
2010-05-09 Michael OrlitzkyFixed the value of (octet_from_int 128).
2010-05-08 Michael OrlitzkyDefined a show instance for Octet.
2010-05-08 Michael OrlitzkyFixed the Octet to/from Int functions.
2010-05-02 Michael OrlitzkyAdded the octet_from_string function.
2010-05-02 Michael OrlitzkyAdd a None constructor for Octets.
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...