mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-21 23:56:55 +02:00
haskell: Now, Object is an instance of NFData.
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user