diff options
Diffstat (limited to 'src/Data/JLD/Compaction/Global.hs')
| -rw-r--r-- | src/Data/JLD/Compaction/Global.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Data/JLD/Compaction/Global.hs b/src/Data/JLD/Compaction/Global.hs index 76b2db7..e4938e8 100644 --- a/src/Data/JLD/Compaction/Global.hs +++ b/src/Data/JLD/Compaction/Global.hs | |||
| @@ -7,7 +7,8 @@ import Data.JLD.Options (JLDVersion (..)) | |||
| 7 | 7 | ||
| 8 | type JLDCompactionT e m = ReaderT JLDCompactionEnv (ExceptT (JLDError e) m) | 8 | type JLDCompactionT e m = ReaderT JLDCompactionEnv (ExceptT (JLDError e) m) |
| 9 | 9 | ||
| 10 | newtype JLDCompactionEnv = JLDCompactionEnv | 10 | data JLDCompactionEnv = JLDCompactionEnv |
| 11 | { jldCompactionEnvProcessingMode :: JLDVersion | 11 | { jldCompactionEnvProcessingMode :: JLDVersion |
| 12 | , jldCompactionCompactArrays :: Bool | ||
| 12 | } | 13 | } |
| 13 | deriving (Show) | 14 | deriving (Show) |
