From 9a9ebb5434e6e7e3f54eb14cd472c7dc1c6e0f0f Mon Sep 17 00:00:00 2001 From: Anton Latukha Date: Thu, 4 Nov 2021 14:26:08 +0200 Subject: [PATCH] core: test: NarFormat: m doc --- hnix-store-core/tests/NarFormat.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/hnix-store-core/tests/NarFormat.hs b/hnix-store-core/tests/NarFormat.hs index 3552616..1124db5 100644 --- a/hnix-store-core/tests/NarFormat.hs +++ b/hnix-store-core/tests/NarFormat.hs @@ -38,6 +38,7 @@ import qualified Text.Printf as Printf import qualified System.Nix.Internal.Nar.Streamer as Nar import System.Nix.Nar +-- Without the import, `max_live_bytes` and `getRTSStats` are undefined on some setups. #ifdef BOUNDED_MEMORY import GHC.Stats #endif