summaryrefslogtreecommitdiff
path: root/stack.yaml
AgeCommit message (Collapse)AuthorFilesLines
2021-03-14Bump Stackage LTS to 17.5 (#837)Alexander Batischev1-13/+1
2020-12-06Pandoc 2.11 compatibility (#826)Jasper Van der Jeugt1-5/+12
* Pandoc 2.11 compatibility * Bump stack.yaml * Bump stack dependencies
2020-11-15Bump Stackage LTS to 16.21 (#811)Liang-Ting Chen1-1/+1
2020-09-30 Bump template-haskell and pandoc versions Jasper Van der Jeugt1-2/+9
* Bumped bound for pandoc and add Binary-instances for new constructors that were added to pandoc-types * Support most recent template-haskell release * Set lower bound of pandoc to version 2.10 * Update CI configuration * Bump QuickCheck upper bound to 2.15 Co-authored-by: OC4 <oc4@protonmail.com>
2020-06-30Bump tasty upper bound to 1.4Jasper Van der Jeugt1-3/+1
2020-04-11Bump warp upper bound to 3.4Jasper Van der Jeugt1-3/+2
2020-02-26Clean stack.yamlHexirp1-0/+1
I bump stack resolver version to lts-13.30. And I clean the extra-deps field because those packages are already included in lts-13.30.
2020-02-26Support GHC-8.8Veronika Romashkina1-9/+3
Add MonadFail instances and constraints.
2019-08-20Bump stack.yamlJasper Van der Jeugt1-5/+6
2019-05-09Bump pandoc to 2.7Jasper Van der Jeugt1-3/+6
2019-02-03Bump dependenciesJasper Van der Jeugt1-0/+3
- Bump pandoc to 2.6 - Bump pandoc-citeproc to 0.16
2019-01-12Bump stack.yamlJasper Van der Jeugt1-11/+2
2018-11-24Bump dependenciesJasper Van der Jeugt1-9/+10
- Bump yaml to 0.11 - Bump pandoc to 2.4 - Bump pandoc-citeproc to 0.15
2018-09-13Bump version to 4.12.4.0Jasper Van der Jeugt1-7/+10
2018-05-29Set save-hackage-creds: false in stack.yamlJasper Van der Jeugt1-0/+1
2018-05-29Bump tasty to 1.1, fsnotify to 0.3Jasper Van der Jeugt1-1/+3
2018-04-28Bump pandoc to 2.2Jasper Van der Jeugt1-3/+6
2018-03-22Fix haddock generationJasper Van der Jeugt1-5/+10
2018-03-20Make Pandoc dependency optionalBergi1-0/+1
2018-03-14Bump stack resolver to lts-11.0Jasper Van der Jeugt1-3/+2
2018-03-13Bump dependenciesJasper Van der Jeugt1-2/+2
- Bump pandoc-citeproc to 0.14 - Bump resourcet to 1.2 - Bump time to 1.9 - Bump http-types to 0.12 - Bump http-conduit to 2.3 - Bump tasty-quickcheck to 0.10
2018-03-13Fix issue with CPP and /*Jasper Van der Jeugt1-10/+2
2018-01-15Various dependency bumpsJasper Van der Jeugt1-4/+10
- Bump binary to 0.9 - Bump pandoc to 2.1 - Bump pandoc-citeproc to 0.13 - Bump http-types to 0.11 - Bump QuickCheck to 2.11 - Bump tasty to 1.0 - Bump tasty-hunit to 0.10 - Remove system-filepath dependency
2017-12-30Fix pthread link error on GHC-8.2.2Shinya Yamaguchi1-1/+1
2017-12-21Cabalize websiteJasper Van der Jeugt1-0/+1
2017-12-18Build on CircleCIJasper Van der Jeugt1-0/+1
2017-12-17Get Travis working again (longer timeouts...)Jasper Van der Jeugt1-2/+5
2017-11-20Move to Pandoc 2Vaibhav Sagar1-6/+2
2017-11-19stack.yaml: configure nix optionsVaibhav Sagar1-0/+5
2017-06-19Bump version to 4.9.8.0Jasper Van der Jeugt1-2/+5
2016-10-31Bump QuickCheck, http-conduit and pandocJasper Van der Jeugt1-2/+3
2016-10-17Move from test-framework to tastyJasper Van der Jeugt1-2/+2
2016-04-06Initial YAML supportJasper Van der Jeugt1-0/+12
See #225