From 515b6450ff6b6b868b829249cb691d60c3b9c2e7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 29 May 2014 20:25:01 -0400 Subject: lazy bytestring fromStrict is not available in stable; use fromChunks instead --- Utility/Hash.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Utility') 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"] -- cgit v1.2.3