X-Git-Url: http://gitweb.michael.orlitzky.com/?p=hath.git;a=blobdiff_plain;f=src%2FBit.hs;h=0f02fbff730728fd253e7d0c18bc9ac16d738e1a;hp=c01ae94b5563df50707a23c3e5dfc19b6257ebb6;hb=eee156f562f9c1c1194a67cef12f146304d88ce9;hpb=9b637112e7112180e3ddb6129a62b5e21953b469 diff --git a/src/Bit.hs b/src/Bit.hs index c01ae94..0f02fbf 100644 --- a/src/Bit.hs +++ b/src/Bit.hs @@ -5,11 +5,10 @@ module Bit ( ) where -import Test.QuickCheck ( +import Test.Tasty.QuickCheck ( Arbitrary, arbitrary, - elements - ) + elements ) data Bit = Zero | One