diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-06-16 23:29:37 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-06-17 07:45:28 +0200 |
commit | 9849ba7fd744f529f063e0802a18fa18c8433eeb (patch) | |
tree | 129de8b4a195535cd3868f43ba335c03c5d0b877 /src/Text/Pandoc/Compat | |
parent | 23f3c2d7b4796d1af742a74999ce67924bf2abb3 (diff) | |
download | pandoc-9849ba7fd744f529f063e0802a18fa18c8433eeb.tar.gz |
Use Control.Monad.State.Strict throughout.
This gives 20-30% speedup and reduction of memory
usage in most of the writers.
Diffstat (limited to 'src/Text/Pandoc/Compat')
-rw-r--r-- | src/Text/Pandoc/Compat/Time.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Compat/Time.hs b/src/Text/Pandoc/Compat/Time.hs index 1de197801..b1cde82a4 100644 --- a/src/Text/Pandoc/Compat/Time.hs +++ b/src/Text/Pandoc/Compat/Time.hs @@ -27,4 +27,4 @@ where import Data.Time import System.Locale ( defaultTimeLocale ) -#endif
\ No newline at end of file +#endif |