diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2014-07-26 23:52:40 +0100 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2014-07-27 00:36:23 +0100 |
commit | 9e4604fa0b20b12177fe1f24650e4dfaf388e33a (patch) | |
tree | aa766a51032a10512bd0eac0310600e7e4e6bb3e /src/Text/Pandoc/Readers | |
parent | 00cb9836b8da773cb6bbe18b6d12944c04bcf3e9 (diff) | |
download | pandoc-9e4604fa0b20b12177fe1f24650e4dfaf388e33a.tar.gz |
Added compatability layer to support directory-1.1
Diffstat (limited to 'src/Text/Pandoc/Readers')
-rw-r--r-- | src/Text/Pandoc/Readers/Txt2Tags.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Readers/Txt2Tags.hs b/src/Text/Pandoc/Readers/Txt2Tags.hs index 4358314cb..8d8af309e 100644 --- a/src/Text/Pandoc/Readers/Txt2Tags.hs +++ b/src/Text/Pandoc/Readers/Txt2Tags.hs @@ -50,7 +50,7 @@ import Data.Default import Control.Monad.Reader (Reader, runReader, asks) import Data.Time.LocalTime (getZonedTime) -import System.Directory (getModificationTime) +import Text.Pandoc.Compat.Directory(getModificationTime) import Data.Time.Format (formatTime) import System.Locale (defaultTimeLocale) import System.IO.Error (catchIOError) |