Merge pull request #172 from trofi/master
fix build failure with -f-support_deepseq disabled
This commit is contained in:
commit
8c39200e00
@ -30,4 +30,6 @@ instance NFData Word64 where rnf w = w `seq` ()
|
||||
instance NFData Bytes where rnf b = b `seq` ()
|
||||
instance NFData ScrubbedBytes where rnf b = b `seq` ()
|
||||
|
||||
instance NFData Integer where rnf i = i `seq` ()
|
||||
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user