]> gitweb.michael.orlitzky.com - hath.git/history - src/Maskable.hs
hath.cabal: drop a word and a period from the synopsis
[hath.git] / src / Maskable.hs
2013-08-19 Michael OrlitzkyAdd a test for the Cidr 'enumerate' function.
2011-12-27 Michael OrlitzkyRewrite everything to use Maybe instead of None constru...
2010-05-23 Michael OrlitzkyAllow apply_mask to take a Bit argument that will be...
2010-05-20 Michael OrlitzkyMoved the maskable instance definitions within their...
2010-05-10 Michael OrlitzkyAdded type signatures for all of the tests.
2010-05-09 Michael OrlitzkyAdded HUnit tests for the Maskable instances.
2010-05-09 Michael OrlitzkyFixed the IPv4Address apply_mask function; the bit...
2010-05-08 Michael OrlitzkyUpdated the Maskable functions to use the new Maskbits...
2010-05-06 Michael OrlitzkyAdded a new Maskable typeclass with instances Octet...