diff --git a/src/Test/Framework/Providers/LeanCheck.hs b/src/Test/Framework/Providers/LeanCheck.hs index e47fe87..7a559b1 100644 --- a/src/Test/Framework/Providers/LeanCheck.hs +++ b/src/Test/Framework/Providers/LeanCheck.hs @@ -77,7 +77,7 @@ import Data.Typeable (Typeable) #endif -- | List of test results for a given property -newtype Results = Results [([String],Bool)] +newtype Results = Results [([String],Bool)] #if __GLASGOW_HASKELL__ == 708 deriving instance Typeable Results