]> gitweb.michael.orlitzky.com - dead/htsn-import.git/commitdiff
Add another TODO (broken doctests in Generics.hs).
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 31 Dec 2014 18:55:44 +0000 (13:55 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 31 Dec 2014 18:55:44 +0000 (13:55 -0500)
doc/TODO

index a8238ec29b6ad4e9dfc902e9aaae80385803e85d..db45e5eae7874df14607da6e5ffb9cbdb594f21e 100644 (file)
--- 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.