X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FMaskbits.hs;h=27fa29fa2934e146f1d6ba848453bfacd0c7bfc7;hb=9dcb70651417b7e91ccea3186b409befac2e6f71;hp=5eb7649972a29b18e760c693351258a7bed8330b;hpb=cca5aba75c313151878a98344c289827c94151e7;p=hath.git 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.