aboutsummaryrefslogtreecommitdiff
path: root/stack.yaml
AgeCommit message (Collapse)Author
2018-09-06Go back to using aeson-pretty package.aeson-prettyJohn MacFarlane
2018-09-06Fixed use of my modified foundation fork.John MacFarlane
2018-09-06Quote in yaml.John MacFarlane
2018-09-06Tried to fix foundation hash.John MacFarlane
2018-09-06Use fixed foundation from github.John MacFarlane
See https://github.com/haskell-foundation/foundation/pull/503
2018-09-06Revert "Try with older foundation."John MacFarlane
This reverts commit 22566ceeec613932caa56ccf2c075eb62048f0a4.
2018-09-05Try with older foundation.John MacFarlane
2018-09-05Use snoyberg's TMP directory trick fromJohn MacFarlane
https://www.fpcomplete.com/blog/2018/06/sed-a-debugging-story
2018-09-04Revert "stack.yaml: Don't require network 2.7.0.2."John MacFarlane
This reverts commit 15eb93e2c441458323ca9117584075c91aec4364.
2018-09-04stack.yaml: Don't require network 2.7.0.2.John MacFarlane
2018-09-04Add Data.Aeson.Encode.Pretty code, remove aeson-pretty dependency.John MacFarlane
If this test works on windows builds, we can submit a PR to aeson-pretty and reinstate the dependency. If not, we shoud add license info.
2018-09-03stack.yaml: use latest dev version of pandoc-citeproc.John MacFarlane
2018-08-22Use yaml-0.9.0 in stack.yaml.John MacFarlane
2018-08-22Use latest pandoc-citeproc.John MacFarlane
This should fix build failure on appveyor.
2018-08-16stack.yaml: use lts 12.6 and latest git pandoc-citeproc.John MacFarlane
2018-07-14Revert "Try limiting to aeson-pretty-0.8.5."John MacFarlane
This reverts commit ceec41072ae454183d4647b422b26953170cea87.
2018-07-14Try limiting to aeson-pretty-0.8.5.John MacFarlane
That built before on appveyor...
2018-07-13Use latest network.John MacFarlane
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 MacFarlane
2018-07-13Use lts-12 for stack.yaml, add stack.lts11.yaml.John MacFarlane
Also adjusted some minor versions in extra-deps.
2018-07-13Add stack.lts10.yaml, switch to lts11 in stack.yaml.John MacFarlane
2018-06-29Use HsYAML instead of yaml for translations, YAML metadata.John MacFarlane
yaml wraps a C library; HsYAML is pure Haskell. Closes #4747. Advances #4535.
2018-06-28Remove network-uri flag and use 'Network.Socket'.John MacFarlane
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 MacFarlane
2018-06-09Use skylighting 0.7.2. Adjust tests.John MacFarlane
This should fix commercialhaskell/stackage#3719, once a new release is made.
2018-05-20Use haddock-library 1.6.0.John MacFarlane
2018-05-10Use texmath-0.11.John MacFarlane
2018-04-26Use texmath-0.10.1.2.John MacFarlane
Closes #4597.
2018-04-25stack.yaml: use latest pandoc-citeproc.John MacFarlane
2018-04-21stack.lts9.yaml - use older haddock-library.John MacFarlane
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 MacFarlane
2018-03-24Don't depend on latest haddock-library in stack.yaml.John MacFarlane
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 MacFarlane
We now compile on nightly.
2018-03-19Use pandoc-citeproc 0.14.3.John MacFarlane
2018-03-18Bumped some versions in stack.yaml.2.1.3John MacFarlane
2018-03-18Removed old-locale flag and Text.Pandoc.Compat.Time.John MacFarlane
This is no longer necessary since we no longer support ghc 7.8.
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
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 MacFarlane
2018-03-17stack.yaml - don't force latest haddock-library.John MacFarlane
2018-03-16Require haddock-libary 1.5 (with tables).John MacFarlane
2018-03-16Use latest pandoc-types.John MacFarlane
2018-03-13Require pandoc-types 1.17.4.John MacFarlane
And a few tweaks related to the Semigroups/Monoid change. Closes #4448.
2018-03-07stack.yaml: Add skylighting-core to extra-depsAlexander Krotov
2018-03-06Use latest skylighting.John MacFarlane
2018-03-02Use latest pandoc-citeproc.John MacFarlane
2018-02-28Update tagsoup to 0.14.6Alexander Krotov
2018-02-27Update tagsoup to 0.14.5Alexander Krotov
2018-02-27Update tagsoup to 0.14.4Alexander Krotov
Fixes #4282
2018-02-01Use latest pandoc-citeproc.John MacFarlane
2018-01-21Require tagsoup 0.14.3 - closes #4282.John MacFarlane
This fixes an HTML tokenization bug whereby comments were sometimes consumed with open tags.