diff options
author | James Crayne <jim.crayne@gmail.com> | 2018-06-08 09:34:13 +0000 |
---|---|---|
committer | James Crayne <jim.crayne@gmail.com> | 2018-06-08 09:34:33 +0000 |
commit | 58c579498d062b6d8868926c386c42fb9dee753f (patch) | |
tree | fdcab3eba43ec70608043e4510f09a75f07ec43e /Connection.hs | |
parent | 71f8dde4f3b7d7cd2274c3bcf235287457969095 (diff) |
"sessions" comamnd progress column
Trade old "handled" and "unhandled" count columns
for a column which shows the state of session.
Diffstat (limited to 'Connection.hs')
-rw-r--r-- | Connection.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
13 | = Dormant | 13 | = Dormant |
14 | | InProgress status | 14 | | InProgress status |
15 | | Established | 15 | | Established |
16 | deriving (Eq,Ord,Functor) | 16 | deriving (Show,Eq,Ord,Functor) |
17 | 17 | ||
18 | data Policy | 18 | data Policy |
19 | = RefusingToConnect | 19 | = RefusingToConnect |