From: Michael Orlitzky Date: Wed, 31 Dec 2014 18:55:44 +0000 (-0500) Subject: Add another TODO (broken doctests in Generics.hs). X-Git-Tag: 0.2.1~41 X-Git-Url: https://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn-import.git;a=commitdiff_plain;h=721723fafc12e626d1856d01ab1c5718a4555f7d Add another TODO (broken doctests in Generics.hs). --- diff --git a/doc/TODO b/doc/TODO index a8238ec..db45e5e 100644 --- a/doc/TODO +++ b/doc/TODO @@ -60,3 +60,7 @@ 8. Remove the -XDeriveGeneric argument in test/Doctests.hs; it shouldn't be necessary if doctest picks up the LANGUAGE pragmas on its own. + +9. Once generics-sop releases support for bigger tuples, we can remove + the deriveGeneric stuff from Generics.hs. This should also fix the + doctests.