X-Git-Url: http://gitweb.michael.orlitzky.com/?p=hath.git;a=blobdiff_plain;f=src%2FIPv4Address.hs;h=78bceabc703b39202823d6f9882d3c3fb5d523d1;hp=d262a5c0537ea47092d0255ab417b6516d1cdab8;hb=a2afcdfec4ded920e133f28e069275caadc890c0;hpb=75f50904fd550972ad47c47c51932b8266eebe51 diff --git a/src/IPv4Address.hs b/src/IPv4Address.hs index d262a5c..78bceab 100644 --- a/src/IPv4Address.hs +++ b/src/IPv4Address.hs @@ -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 )