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:
parent
c24355e31f
commit
468a3da1b7
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user