]> gitweb.michael.orlitzky.com - hath.git/blobdiff - src/IPv4Address.hs
Bump version to 0.2.1.
[hath.git] / src / IPv4Address.hs
index d262a5c0537ea47092d0255ab417b6516d1cdab8..78bceabc703b39202823d6f9882d3c3fb5d523d1 100644 (file)
@@ -6,11 +6,11 @@ module IPv4Address(
 where
 
 
-import Test.QuickCheck ( Gen ) -- Not re-exported by tasty
 import Test.Tasty ( TestTree, testGroup )
 import Test.Tasty.HUnit ( (@?=), testCase )
 import Test.Tasty.QuickCheck (
   Arbitrary(..),
+  Gen,
   Property,
   (==>),
   testProperty )