X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FMaskbits.hs;h=39a15b33908842a50aa85fe63e7fad0427175731;hb=86640fa4de114533df254590b5655de8fd8b2941;hp=5eb7649972a29b18e760c693351258a7bed8330b;hpb=cca5aba75c313151878a98344c289827c94151e7;p=hath.git diff --git a/src/Maskbits.hs b/src/Maskbits.hs index 5eb7649..39a15b3 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(arbitrary), elements ) -- | A type representing the number of bits in a CIDR netmask.