Not needed anymore
authorunc0rr
Sat, 26 Jan 2013 22:59:48 +0400
changeset 8439 3850c4bfe6b5
parent 8438 64ac58abd02a
child 8440 ea4d6a7a2937
Not needed anymore
gameServer/Actions.hs
--- a/gameServer/Actions.hs	Sat Jan 26 22:57:03 2013 +0400
+++ b/gameServer/Actions.hs	Sat Jan 26 22:59:48 2013 +0400
@@ -85,7 +85,7 @@
     rnf (AnswerClients chans msg) = chans `deepseq` msg `deepseq` ()
     rnf a = a `seq` ()
 
-instance NFData B.ByteString
+--instance NFData B.ByteString
 instance NFData (Chan a)