fix non-xmpp build

This commit is contained in:
Joey Hess 2012-11-05 13:29:53 -04:00
parent f0f7f93931
commit a2c393b4ae

View file

@ -34,7 +34,7 @@ data Buddy = Buddy
, buddyAssistants :: S.Set Client , buddyAssistants :: S.Set Client
} }
#else #else
data Buddy data Buddy = Buddy
#endif #endif
deriving (Eq, Show) deriving (Eq, Show)