We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d57651 + 17100ab commit bf134aaCopy full SHA for bf134aa
1 file changed
src/Database/PostgreSQL/Simple/Notification.hs
@@ -58,7 +58,7 @@ data Notification = Notification
58
{ notificationPid :: {-# UNPACK #-} !CPid
59
, notificationChannel :: {-# UNPACK #-} !B.ByteString
60
, notificationData :: {-# UNPACK #-} !B.ByteString
61
- }
+ } deriving (Show, Eq)
62
63
convertNotice :: PQ.Notify -> Notification
64
convertNotice PQ.Notify{..}
0 commit comments