]> gitweb.michael.orlitzky.com - hath.git/blobdiff - src/Maskbits.hs
Switch from test-framework to tasty.
[hath.git] / src / Maskbits.hs
index 5eb7649972a29b18e760c693351258a7bed8330b..27fa29fa2934e146f1d6ba848453bfacd0c7bfc7 100644 (file)
@@ -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.