lazy bytestring fromStrict is not available in stable; use fromChunks instead
This commit is contained in:
parent
2dd274e4ca
commit
0eb6576455
1 changed files with 1 additions and 1 deletions
|
@ -67,4 +67,4 @@ prop_hashes_stable = all (\(hasher, result) -> hasher foo == result)
|
|||
#endif
|
||||
]
|
||||
where
|
||||
foo = L.fromStrict $ T.encodeUtf8 $ T.pack "foo"
|
||||
foo = L.fromChunks [T.encodeUtf8 $ T.pack "foo"]
|
||||
|
|
Loading…
Reference in a new issue