Skip to content

Commit

Permalink
Bump pandoc version
Browse files Browse the repository at this point in the history
  • Loading branch information
lierdakil committed Jan 18, 2025
1 parent 9f97195 commit 0bd6b0b
Show file tree
Hide file tree
Showing 5 changed files with 107 additions and 98 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Haskell CI
on: [push]

env:
PANDOC_VERSION: "3.6"
PANDOC_VERSION: "3.6.2"

jobs:
build:
Expand Down
35 changes: 18 additions & 17 deletions cabal.project.freeze
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ constraints: any.Cabal ==3.10.3.0,
aeson +ordered-keymap,
any.aeson-pretty ==0.8.10,
aeson-pretty -lib-only,
any.alex ==3.5.1.0,
any.alex ==3.5.2.0,
any.ansi-terminal ==1.1.2,
ansi-terminal -example,
any.ansi-terminal-types ==1.1,
Expand Down Expand Up @@ -146,15 +146,15 @@ constraints: any.Cabal ==3.10.3.0,
any.hspec-core ==2.11.10,
any.hspec-discover ==2.11.10,
any.hspec-expectations ==0.8.4,
any.http-client ==0.7.17,
any.http-client ==0.7.18,
http-client +network-uri,
any.http-client-tls ==0.3.6.4,
any.http-types ==0.12.4,
any.indexed-traversable ==0.1.4,
any.indexed-traversable-instances ==0.1.2,
any.integer-conversion ==0.1.1,
any.integer-gmp ==1.1,
any.integer-logarithms ==1.0.3.1,
any.integer-logarithms ==1.0.4,
integer-logarithms -check-bounds +integer-gmp,
any.iproute ==1.7.15,
any.ipynb ==0.2,
Expand All @@ -175,10 +175,10 @@ constraints: any.Cabal ==3.10.3.0,
any.microlens ==0.4.13.1,
any.microlens-ghc ==0.4.14.3,
any.microlens-mtl ==0.2.0.3,
any.microlens-th ==0.4.3.15,
any.microlens-th ==0.4.3.16,
any.microstache ==1.0.3,
any.mime-types ==0.1.2.0,
any.mono-traversable ==1.0.20.0,
any.mono-traversable ==1.0.21.0,
any.mtl ==2.3.1,
any.mwc-random ==0.15.1.0,
mwc-random -benchpapi,
Expand All @@ -192,12 +192,12 @@ constraints: any.Cabal ==3.10.3.0,
optparse-applicative +process,
any.ordered-containers ==0.2.4,
any.os-string ==2.0.7,
any.pandoc ==3.6,
any.pandoc ==3.6.2,
pandoc -embed_data_files,
any.pandoc-cli ==3.6,
any.pandoc-cli ==3.6.2,
pandoc-cli +lua -nightly -server,
pandoc-crossref +enable_flaky_tests,
any.pandoc-lua-engine ==0.4,
any.pandoc-lua-engine ==0.4.1,
any.pandoc-lua-marshal ==0.3.0,
any.pandoc-types ==1.23.1,
any.parallel ==3.2.2.0,
Expand All @@ -211,7 +211,7 @@ constraints: any.Cabal ==3.10.3.0,
any.primitive ==0.9.0.0,
any.process ==1.6.25.0,
any.quickcheck-io ==0.2.0,
any.random ==1.2.1.2,
any.random ==1.2.1.3,
any.regex-base ==0.94.0.2,
any.regex-tdfa ==1.3.2.2,
regex-tdfa +doctest -force-o2,
Expand All @@ -226,17 +226,18 @@ constraints: any.Cabal ==3.10.3.0,
semigroupoids +comonad +containers +contravariant +distributive +tagged +unordered-containers,
any.serialise ==0.2.6.1,
serialise +newtime15,
any.skylighting ==0.14.4,
any.skylighting ==0.14.6,
skylighting -executable,
any.skylighting-core ==0.14.4,
any.skylighting-core ==0.14.6,
skylighting-core -executable,
any.skylighting-format-ansi ==0.1,
any.skylighting-format-blaze-html ==0.1.1.3,
any.skylighting-format-context ==0.1.0.2,
any.skylighting-format-latex ==0.1,
any.skylighting-format-typst ==0.1,
any.socks ==0.6.1,
any.split ==0.2.5,
any.splitmix ==0.1.0.5,
any.splitmix ==0.1.1,
splitmix -optimised-mixer,
any.statistics ==0.16.2.1,
any.stm ==2.5.3.1,
Expand All @@ -247,11 +248,11 @@ constraints: any.Cabal ==3.10.3.0,
any.tagged ==0.8.9,
tagged +deepseq +transformers,
any.tagsoup ==0.14.8,
any.tasty ==1.5.2,
any.tasty ==1.5.3,
tasty +unix,
any.template-haskell ==2.21.0.0,
any.temporary ==1.3,
any.texmath ==0.12.8.12,
any.texmath ==0.12.8.13,
texmath -executable -server,
any.text ==2.1.1,
any.text-conversions ==0.3.1.1,
Expand All @@ -265,8 +266,8 @@ constraints: any.Cabal ==3.10.3.0,
any.th-lift-instances ==0.1.20,
any.these ==1.2.1,
any.time ==1.12.2,
any.time-compat ==1.9.7,
any.tls ==2.1.5,
any.time-compat ==1.9.8,
any.tls ==2.1.6,
tls -devel,
any.toml-parser ==2.0.1.0,
any.transformers ==0.6.1.0,
Expand Down Expand Up @@ -307,4 +308,4 @@ constraints: any.Cabal ==3.10.3.0,
any.zip-archive ==0.4.3.2,
zip-archive -executable,
any.zlib ==0.7.1.0,
index-state: hackage.haskell.org 2024-12-12T22:33:02Z
index-state: hackage.haskell.org 2025-01-18T00:42:49Z
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 17 additions & 16 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ extra-deps:
- StateVar-1.2.2
- aeson-2.2.3.0
- aeson-pretty-0.8.10
- alex-3.5.1.0
- alex-3.5.2.0
- ansi-terminal-1.1.2
- ansi-terminal-types-1.1
- appar-0.1.8
Expand Down Expand Up @@ -131,14 +131,14 @@ extra-deps:
- hspec-core-2.11.10
- hspec-discover-2.11.10
- hspec-expectations-0.8.4
- http-client-0.7.17
- http-client-0.7.18
- http-client-tls-0.3.6.4
- http-types-0.12.4
- indexed-traversable-0.1.4
- indexed-traversable-instances-0.1.2
- integer-conversion-0.1.1
- integer-gmp-1.1
- integer-logarithms-1.0.3.1
- integer-logarithms-1.0.4
- iproute-1.7.15
- ipynb-0.2
- isocline-1.0.9
Expand All @@ -153,10 +153,10 @@ extra-deps:
- microlens-0.4.13.1
- microlens-ghc-0.4.14.3
- microlens-mtl-0.2.0.3
- microlens-th-0.4.3.15
- microlens-th-0.4.3.16
- microstache-1.0.3
- mime-types-0.1.2.0
- mono-traversable-1.0.20.0
- mono-traversable-1.0.21.0
- mtl-2.3.1
- mwc-random-0.15.1.0
- network-3.2.7.0
Expand All @@ -167,9 +167,9 @@ extra-deps:
- optparse-applicative-0.18.1.0
- ordered-containers-0.2.4
- os-string-2.0.7
- pandoc-3.6
- pandoc-cli-3.6
- pandoc-lua-engine-0.4
- pandoc-3.6.2
- pandoc-cli-3.6.2
- pandoc-lua-engine-0.4.1
- pandoc-lua-marshal-0.3.0
- pandoc-types-1.23.1
- parallel-3.2.2.0
Expand All @@ -182,7 +182,7 @@ extra-deps:
- primitive-0.9.0.0
- process-1.6.25.0
- quickcheck-io-0.2.0
- random-1.2.1.2
- random-1.2.1.3
- regex-base-0.94.0.2
- regex-tdfa-1.3.2.2
- resourcet-1.3.0
Expand All @@ -191,26 +191,27 @@ extra-deps:
- semialign-1.3.1
- semigroupoids-6.0.1
- serialise-0.2.6.1
- skylighting-0.14.4
- skylighting-core-0.14.4
- skylighting-0.14.6
- skylighting-core-0.14.6
- skylighting-format-ansi-0.1
- skylighting-format-blaze-html-0.1.1.3
- skylighting-format-context-0.1.0.2
- skylighting-format-latex-0.1
- skylighting-format-typst-0.1
- socks-0.6.1
- split-0.2.5
- splitmix-0.1.0.5
- splitmix-0.1.1
- statistics-0.16.2.1
- stm-2.5.3.1
- streaming-commons-0.2.2.6
- strict-0.5.1
- syb-0.7.2.4
- tagged-0.8.9
- tagsoup-0.14.8
- tasty-1.5.2
- tasty-1.5.3
- template-haskell-2.21.0.0
- temporary-1.3
- texmath-0.12.8.12
- texmath-0.12.8.13
- text-2.1.1
- text-conversions-0.3.1.1
- text-iso8601-0.1.1
Expand All @@ -222,8 +223,8 @@ extra-deps:
- th-lift-instances-0.1.20
- these-1.2.1
- time-1.12.2
- time-compat-1.9.7
- tls-2.1.5
- time-compat-1.9.8
- tls-2.1.6
- toml-parser-2.0.1.0
- transformers-0.6.1.0
- transformers-compat-0.7.2
Expand Down
Loading

0 comments on commit 0bd6b0b

Please sign in to comment.