Merge pull request #172 from trofi/master

fix build failure with -f-support_deepseq disabled
This commit is contained in:
Vincent Hanquez 2017-06-19 13:28:26 +01:00 committed by GitHub
commit 8c39200e00

View File

@ -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