summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Runnable.hs-boot2
1 files changed, 1 insertions, 1 deletions
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