X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FCidr.hs;h=9cbf845365b574ba4302308557f88babf7659d5e;hb=02a793ab4325e5d04eb3ae3450aa33d01b4b4d1c;hp=6e759660486a1dffc5e1967c147ac7ff1b4d464d;hpb=eee156f562f9c1c1194a67cef12f146304d88ce9;p=hath.git diff --git a/src/Cidr.hs b/src/Cidr.hs index 6e75966..9cbf845 100644 --- a/src/Cidr.hs +++ b/src/Cidr.hs @@ -22,11 +22,11 @@ import Data.List (nubBy) import Data.List.Split (splitOneOf) import Data.Maybe (catMaybes, mapMaybe) -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 )