X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FMaskbits.hs;h=39a15b33908842a50aa85fe63e7fad0427175731;hb=6b71fc1e444cc95acdef91ad814e4f97b01ec52e;hp=27fa29fa2934e146f1d6ba848453bfacd0c7bfc7;hpb=fb27e584ddc500520820ec3b5ede1da7cc9d2853;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.