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