gameServer/Actions.hs
changeset 8510 0a39b2f9c748
parent 8509 eda9f2106d8d
child 8514 896b283f41a2
equal deleted inserted replaced
8509:eda9f2106d8d 8510:0a39b2f9c748
    86 
    86 
    87 instance NFData Action where
    87 instance NFData Action where
    88     rnf (AnswerClients chans msg) = chans `deepseq` msg `deepseq` ()
    88     rnf (AnswerClients chans msg) = chans `deepseq` msg `deepseq` ()
    89     rnf a = a `seq` ()
    89     rnf a = a `seq` ()
    90 
    90 
       
    91 #if __GLASGOW_HASKELL__ < 706
    91 instance NFData B.ByteString
    92 instance NFData B.ByteString
       
    93 #endif
       
    94 
    92 instance NFData (Chan a)
    95 instance NFData (Chan a)
    93 
    96 
    94 
    97 
    95 othersChans :: StateT ServerState IO [ClientChan]
    98 othersChans :: StateT ServerState IO [ClientChan]
    96 othersChans = do
    99 othersChans = do