From 4107980263f5adc38c715bc071a079ef128a0fd0 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 7 Jun 2016 17:42:33 +0300 Subject: [PATCH] More consistency in instances --- Handler/Hoogle.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Handler/Hoogle.hs b/Handler/Hoogle.hs index f9dc00c..ad7dd7a 100644 --- a/Handler/Hoogle.hs +++ b/Handler/Hoogle.hs @@ -99,7 +99,7 @@ data HoogleQueryInput = HoogleQueryInput data HoogleQueryOutput = HoogleQueryOutput [HoogleResult] (Maybe Int) -- ^ Int == total count deriving (Read, Typeable, Data, Show, Eq, Generic) -instance NFData HoogleQueryOutput +instance NFData HoogleQueryOutput where rnf = genericRnf data HoogleResult = HoogleResult { hrURL :: String