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