Skip to content

Commit 2cde70f

Browse files
committed
Make the bytestring lazy
1 parent cf214ad commit 2cde70f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hnix-store-core/src/System/Nix/Store.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module System.Nix.Store
1414
import Crypto.Hash (Digest)
1515
import Crypto.Hash.Truncated (Truncated)
1616
import Crypto.Hash.Algorithms (SHA256)
17-
import qualified Data.ByteString as BS
17+
import qualified Data.ByteString.Lazy as BS
1818
import qualified Data.ByteArray as B
1919
import Data.Text (Text)
2020
import Text.Regex.Base.RegexLike (makeRegex, matchTest)

0 commit comments

Comments
 (0)