Skip to content

Commit

Permalink
Bump pandoc and compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
lierdakil committed Dec 28, 2023
1 parent 2e11975 commit a219466
Show file tree
Hide file tree
Showing 7 changed files with 262 additions and 217 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.1.8"
PANDOC_VERSION: "3.1.11"

jobs:
build:
Expand Down
121 changes: 87 additions & 34 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
mkdir -p $out/lib/
ln -s ${windows.mingw_w64}/lib/libcrypt32.a $out/lib/libCrypt32.a
'';
hixProject = {ghc ? "ghc962"}: pkgs.haskell-nix.cabalProject' {
hixProject = {ghc ? "ghc963"}: pkgs.haskell-nix.cabalProject' {
compiler-nix-name = ghc;
src = nix-filter.lib {
root = ./.;
Expand Down
6 changes: 3 additions & 3 deletions pandoc-crossref.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.0

-- This file has been generated from package.yaml by hpack version 0.34.4.
-- This file has been generated from package.yaml by hpack version 0.36.0.
--
-- see: https://github.com/sol/hpack

Expand Down Expand Up @@ -223,9 +223,9 @@ test-suite test-integrative
, pandoc-crossref
, pandoc-types ==1.23.*
, text >=1.2.2 && <2.1
default-language: Haskell2010
if flag(enable_flaky_tests)
cpp-options: -DFLAKY
default-language: Haskell2010

test-suite test-pandoc-crossref
type: exitcode-stdio-1.0
Expand All @@ -250,9 +250,9 @@ test-suite test-pandoc-crossref
, pandoc-crossref-internal
, pandoc-types ==1.23.*
, text >=1.2.2 && <2.1
default-language: Haskell2010
if flag(enable_flaky_tests)
cpp-options: -DFLAKY
default-language: Haskell2010

benchmark simple
type: exitcode-stdio-1.0
Expand Down
2 changes: 1 addition & 1 deletion stack.template.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: ghc-9.6.2
resolver: ghc-9.6.3
allow-newer: false
flags:
pandoc-crossref:
Expand Down
Loading

0 comments on commit a219466

Please sign in to comment.