diff options
Diffstat (limited to 'Utility/Hash.hs')
-rw-r--r-- | Utility/Hash.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utility/Hash.hs b/Utility/Hash.hs index 245f45dfa..1c5450a9b 100644 --- a/Utility/Hash.hs +++ b/Utility/Hash.hs @@ -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"] |