From 3b977fbdd2bd8a0208d32c841c9d11b8cd613fd8 Mon Sep 17 00:00:00 2001 From: Andrea Rossato Date: Thu, 27 Sep 2007 19:29:24 +0200 Subject: Added Show instance to Runnable darcs-hash:20070927172924-d6583-debc8c0d457d06491ce494aef7429d1436c6526f.gz --- Runnable.hs-boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Runnable.hs-boot') diff --git a/Runnable.hs-boot b/Runnable.hs-boot index bef4e39..3c5f8db 100644 --- a/Runnable.hs-boot +++ b/Runnable.hs-boot @@ -2,7 +2,7 @@ module Runnable where import Commands -data Runnable = forall r . (Exec r,Read r) => Run r +data Runnable = forall r . (Exec r,Read r,Show r) => Run r instance Read Runnable instance Exec Runnable -- cgit v1.2.3