X-Git-Url: http://gitweb.michael.orlitzky.com/?p=hath.git;a=blobdiff_plain;f=src%2FMaskbits.hs;h=27fa29fa2934e146f1d6ba848453bfacd0c7bfc7;hp=5eb7649972a29b18e760c693351258a7bed8330b;hb=eee156f562f9c1c1194a67cef12f146304d88ce9;hpb=9b637112e7112180e3ddb6129a62b5e21953b469 diff --git a/src/Maskbits.hs b/src/Maskbits.hs index 5eb7649..27fa29f 100644 --- a/src/Maskbits.hs +++ b/src/Maskbits.hs @@ -1,9 +1,8 @@ module Maskbits( - Maskbits(..), - ) + Maskbits(..) ) where -import Test.QuickCheck (Arbitrary(..), elements) +import Test.Tasty.QuickCheck ( Arbitrary(..), elements ) -- | A type representing the number of bits in a CIDR netmask.