haskell: Now, Object is an instance of NFData.

This commit is contained in:
tanakh
2010-09-07 16:14:29 +09:00
parent c56926428c
commit 169f287970
2 changed files with 15 additions and 1 deletions

View File

@@ -24,7 +24,9 @@ Library
iteratee >= 0.4 && < 0.5,
attoparsec >= 0.8.1 && < 0.8.2,
binary >= 0.5.0 && < 0.5.1,
data-binary-ieee754 >= 0.4 && < 0.5
data-binary-ieee754 >= 0.4 && < 0.5,
deepseq >= 1.1 && <1.2
Ghc-options: -Wall -O2
Hs-source-dirs: src