diff options
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 |