From 20846e8dddb61eed64100b4f21b4b493b5005eac Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Thu, 12 Jul 2007 23:56:15 +0200 Subject: removed the Show instance requirement for plugins darcs-hash:20070712215615-d6583-463ad3d9d1282fd1f129f34f405c66e0795962fd.gz --- Runnable.hs-boot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Runnable.hs-boot') diff --git a/Runnable.hs-boot b/Runnable.hs-boot index 90dbe81..bef4e39 100644 --- a/Runnable.hs-boot +++ b/Runnable.hs-boot @@ -2,10 +2,10 @@ module Runnable where import Commands -data Runnable = forall r . (Exec r,Show r, Read r) => Run r +data Runnable = forall r . (Exec r,Read r) => Run r instance Read Runnable instance Exec Runnable -instance Show Runnable + -- cgit v1.2.3