]> gitweb.michael.orlitzky.com - hath.git/history - src/Maskbits.hs
Switch from test-framework to tasty.
[hath.git] / src / Maskbits.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-06-07 Michael OrlitzkyAdd more Haddock comments.
2011-12-27 Michael OrlitzkyRewrite everything to use Maybe instead of None constru...
2011-12-26 Michael OrlitzkyUpdate for QuickCheck 2.
2010-05-14 Michael OrlitzkyAdded Arbitrary instance definitions for the main data...
2010-05-09 Michael OrlitzkyAdded the decrement function for Maskbits.
2010-05-08 Michael OrlitzkyDefine a show instance for Maskbits.
2010-05-08 Michael OrlitzkyEnumerated all possible values (Zero through ThirtyTwo...
2010-05-02 Michael OrlitzkyAdded the Maskbits module and type.