aboutsummaryrefslogtreecommitdiff
path: root/stack.yaml
AgeCommit message (Collapse)AuthorFilesLines
2019-01-30stack.yaml - use latest texmath.John MacFarlane1-0/+1
2019-01-30Update stack.yaml to use lts-13.John MacFarlane1-9/+2
2019-01-25Update pandoc-citeproc commit in stack.yaml.John MacFarlane1-1/+1
2019-01-22Support ipynb (Jupyter notebook) as input and output format.John MacFarlane1-0/+1
[API change] * Depend on ipynb library. * Add `ipynb` as input and output format. * Added Text.Pandoc.Readers.Ipynb (supports both nbformat v3 and v4). * Added Text.Pandoc.Writers.Ipynb (supports nbformat v4). * Added ipynb readers and writers to T.P.Readers, T.P.Writers, and T.P.Extensions. Register the file extension .ipynb for this format. * Add `PandocIpynbDecodingError` constructor to Text.Pandoc.Error.Error. * Note: there is no template for ipynb.
2018-12-16Update stack resolver.John MacFarlane1-3/+1
2018-12-02Use compatible version of pandoc-citeproc.John MacFarlane1-1/+1
2018-12-01stack.yaml - use skylighting 0.7.5.John MacFarlane1-2/+2
2018-11-23Use latest dev version of pandoc-citeproc.John MacFarlane1-1/+2
IT allows pandoc 2.5.
2018-11-13Clean up stack.yaml, allow latest pandoc-citeproc.John MacFarlane1-4/+3
2018-11-11stack.yaml - use latest versions of packages.John MacFarlane1-3/+3
pandoc-citeproc, HsYaml, yaml.
2018-10-24Use latest texmath.John MacFarlane1-1/+1
2018-10-19stack.yaml - use latest cmark-gfm, pandoc-citeproc.John MacFarlane1-2/+3
2018-10-17Updated version bounds for containers and haddock-library.John MacFarlane1-1/+1
Allow haddock-library 1.7 and containers 0.6.*. Closes #4974.
2018-10-14Use pandoc-citeproc 0.14.7.John MacFarlane1-1/+1
2018-10-13Use pandoc-citeproc 0.14.6.John MacFarlane1-1/+1
2018-10-08Require skylighting 0.7.4.John MacFarlane1-0/+2
Closes #4920.
2018-10-01Lua filters: report traceback when an error occursAlbert Krewinkel1-1/+1
A proper Lua traceback is added if either loading of a file or execution of a filter function fails. This should be of help to authors of Lua filters who need to debug their code.
2018-09-24Use hslua v1.0.0Albert Krewinkel1-0/+2
2018-09-16Use released version of pandoc-citeproc (0.14.4).John MacFarlane1-2/+1
2018-09-09Use latest texmath.John MacFarlane1-0/+1
2018-09-06stack.yaml tweaks.John MacFarlane1-2/+9
Use a patched version of foundation until https://github.com/haskell-foundation/foundation/pull/503 is fixed. Use latest pandoc-citeproc.
2018-09-03stack.yaml: use latest dev version of pandoc-citeproc.John MacFarlane1-1/+1
2018-08-22Use yaml-0.9.0 in stack.yaml.John MacFarlane1-0/+1
2018-08-22Use latest pandoc-citeproc.John MacFarlane1-1/+1
This should fix build failure on appveyor.
2018-08-16stack.yaml: use lts 12.6 and latest git pandoc-citeproc.John MacFarlane1-2/+3
2018-07-14Revert "Try limiting to aeson-pretty-0.8.5."John MacFarlane1-1/+0
This reverts commit ceec41072ae454183d4647b422b26953170cea87.
2018-07-14Try limiting to aeson-pretty-0.8.5.John MacFarlane1-0/+1
That built before on appveyor...
2018-07-13Use latest network.John MacFarlane1-0/+1
Hopefully this will build on Windows. See https://ci.appveyor.com/project/jgm/pandoc/build/1.0.2625/job/tfpvh7rxue26phoq
2018-07-13Add pandoc-citeproc to stack.yaml.John MacFarlane1-0/+1
2018-07-13Use lts-12 for stack.yaml, add stack.lts11.yaml.John MacFarlane1-5/+1
Also adjusted some minor versions in extra-deps.
2018-07-13Add stack.lts10.yaml, switch to lts11 in stack.yaml.John MacFarlane1-8/+1
2018-06-29Use HsYAML instead of yaml for translations, YAML metadata.John MacFarlane1-0/+2
yaml wraps a C library; HsYAML is pure Haskell. Closes #4747. Advances #4535.
2018-06-28Remove network-uri flag and use 'Network.Socket'.John MacFarlane1-1/+0
This removes a compiler warning. There is no need for the old network-uri flag, since network 2.6 was released in 2014.
2018-06-11Use latest pandoc-types (1.17.5).John MacFarlane1-1/+1
2018-06-09Use skylighting 0.7.2. Adjust tests.John MacFarlane1-2/+2
This should fix commercialhaskell/stackage#3719, once a new release is made.
2018-05-20Use haddock-library 1.6.0.John MacFarlane1-0/+1
2018-05-10Use texmath-0.11.John MacFarlane1-1/+1
2018-04-26Use texmath-0.10.1.2.John MacFarlane1-0/+1
Closes #4597.
2018-04-25stack.yaml: use latest pandoc-citeproc.John MacFarlane1-1/+1
2018-04-21stack.lts9.yaml - use older haddock-library.John MacFarlane1-1/+0
The newer version can't be compiled with the old stack/Cabal we have on alpine.
2018-04-05Added test-framework to stack.yaml deps.John MacFarlane1-0/+1
2018-03-24Don't depend on latest haddock-library in stack.yaml.John MacFarlane1-1/+1
For now. Because of a bug in the library, it must be rebuilt every time we do 'stack install. See #4482.
2018-03-20Update stack.yaml to work with stackage nightly.John MacFarlane1-0/+3
We now compile on nightly.
2018-03-19Use pandoc-citeproc 0.14.3.John MacFarlane1-1/+1
2018-03-18Bumped some versions in stack.yaml.John MacFarlane1-2/+2
2018-03-18Removed old-locale flag and Text.Pandoc.Compat.Time.John MacFarlane1-1/+0
This is no longer necessary since we no longer support ghc 7.8.
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-5/+2
This seems to be necessary if we are to use our custom Prelude with ghci. Closes #4464.
2018-03-17Use pandoc-citeproc 0.14.2.John MacFarlane1-1/+1
2018-03-17stack.yaml - don't force latest haddock-library.John MacFarlane1-1/+0
2018-03-16Require haddock-libary 1.5 (with tables).John MacFarlane1-0/+1