From: Michael Orlitzky Date: Fri, 2 Jan 2015 22:38:19 +0000 (-0500) Subject: Remove completed TODOs X-Git-Tag: 0.2.1~8 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn-import.git;a=commitdiff_plain;h=db7b2a81b5b8fa0357f3340761804e2a56a6db30 Remove completed TODOs --- diff --git a/doc/TODO b/doc/TODO index b5ae217..f7c809a 100644 --- a/doc/TODO +++ b/doc/TODO @@ -52,11 +52,3 @@ the filename. 7. Combine test XML files where possible. - -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.