From 75b6ee81f9d9b921106c829380e30445415ec2f7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 20 Jun 2012 13:13:40 -0400 Subject: avoid ByteString.Char8 where not needed Its truncation behavior is a red flag, so avoid using it in these places where only raw ByteStrings are used, without looking at the data inside. --- Annex/CatFile.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Annex') diff --git a/Annex/CatFile.hs b/Annex/CatFile.hs index afb14c67f..88c498d31 100644 --- a/Annex/CatFile.hs +++ b/Annex/CatFile.hs @@ -12,7 +12,7 @@ module Annex.CatFile ( catFileHandle ) where -import qualified Data.ByteString.Lazy.Char8 as L +import qualified Data.ByteString.Lazy as L import Common.Annex import qualified Git -- cgit v1.2.3