X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FBit.hs;h=0f02fbff730728fd253e7d0c18bc9ac16d738e1a;hb=6b71fc1e444cc95acdef91ad814e4f97b01ec52e;hp=c01ae94b5563df50707a23c3e5dfc19b6257ebb6;hpb=45ac9baca360d0f0dabe4576fb44c1634a50dbf7;p=hath.git 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