From 27e5d0c6c20d95221bb5e6d96de720c52f03fdf4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 25 Jul 2017 21:10:11 -0400 Subject: Add Typeable instance to Bootstrapper, fixing build with old versions of ghc. --- .../comment_4_c2e07d9bfba84fbdcf408a09965d6cb6._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/forum/Error_building_on_remote_host/comment_4_c2e07d9bfba84fbdcf408a09965d6cb6._comment (limited to 'doc') diff --git a/doc/forum/Error_building_on_remote_host/comment_4_c2e07d9bfba84fbdcf408a09965d6cb6._comment b/doc/forum/Error_building_on_remote_host/comment_4_c2e07d9bfba84fbdcf408a09965d6cb6._comment new file mode 100644 index 00000000..7d8f26fe --- /dev/null +++ b/doc/forum/Error_building_on_remote_host/comment_4_c2e07d9bfba84fbdcf408a09965d6cb6._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 4""" + date="2017-07-26T00:52:20Z" + content=""" +Interesting that it works on newer ghc without an explict +`Typeable Bootstrapper` instance. + +I've added the missing instance. +"""]] -- cgit v1.3-2-g0d8e