dev: lib: Use strict data in Hledger.Data.Types.

This reduces memory usage and results in speedups in some commands.
This commit is contained in:
Stephen Morgan 2025-04-28 22:17:29 +10:00 committed by Simon Michael
parent c24355e31f
commit 468a3da1b7

View File

@ -23,6 +23,7 @@ For more detailed documentation on each type, see the corresponding modules.
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE StandaloneDeriving #-}
{-# LANGUAGE StrictData #-}
module Hledger.Data.Types (
module Hledger.Data.Types,