core: test: NarFormat: m doc

This commit is contained in:
Anton Latukha 2021-11-04 14:26:08 +02:00
parent b0ee7fd6a2
commit 9a9ebb5434

View File

@ -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