From 58c579498d062b6d8868926c386c42fb9dee753f Mon Sep 17 00:00:00 2001 From: James Crayne Date: Fri, 8 Jun 2018 09:34:13 +0000 Subject: "sessions" comamnd progress column Trade old "handled" and "unhandled" count columns for a column which shows the state of session. --- Connection.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Connection.hs') diff --git a/Connection.hs b/Connection.hs index 7228a0e4..58b4f4e5 100644 --- a/Connection.hs +++ b/Connection.hs @@ -13,7 +13,7 @@ data Status status = Dormant | InProgress status | Established - deriving (Eq,Ord,Functor) + deriving (Show,Eq,Ord,Functor) data Policy = RefusingToConnect -- cgit v1.2.3