summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Data.hs
Commit message (Collapse)AuthorAge
* Removed whitespace at ends of line.John MacFarlane2017-12-13
|
* Integrate Powerpoint writer into pandoc.Jesse Rosenthal2017-12-11
|
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
|
* Make sure docx/_rels/.rels gets into data files.John MacFarlane2017-04-02
| | | | | embedDir in file-embed excludes hidden files, so we need to add this manually.
* Revert "Revert "Use file-embed instead of hsb2hs to embed data files.""John MacFarlane2017-04-02
| | | | This reverts commit 1fa15c225b515e1fa1c6566f90f1be363a4d770f.
* Revert "Use file-embed instead of hsb2hs to embed data files."John MacFarlane2017-03-26
| | | | This reverts commit 10d91c147968d2e4d63b99b5b0342624827f416f.
* Revert "Text.Pandoc.Data: ensure it compiles even without embed_data_files."John MacFarlane2017-03-26
| | | | This reverts commit 453970c6b34ed7cc2f52181e5e77b9182a3639e9.
* Text.Pandoc.Data: ensure it compiles even without embed_data_files.John MacFarlane2017-03-26
| | | | In this case we don't depend on file-embed or use TH.
* Use file-embed instead of hsb2hs to embed data files.John MacFarlane2017-03-26
| | | | | | | | | | I think template haskell is robust enough now across platforms that this will work. Motivation: file-embed gives us better dependency tracking: if a data file changes, ghc/stack/cabal know to recompile the Data module. This also removes hsb2hs as a build dependency.
* Use hsb2hs preprocessor instead of TH for embed_data_files.John MacFarlane2013-01-23
| | | | | This should work on Windows, unlike the TH solution with file-embed.
* Added Text.Pandoc.Data (non-exported) if embed_data_files selected.John MacFarlane2013-01-23
This module just exports the association list of embedded data files, which is used by Shared.