Skip to content

Commit

Permalink
Bump pandoc and GHC
Browse files Browse the repository at this point in the history
  • Loading branch information
lierdakil committed Feb 3, 2024
1 parent 82dc52f commit a428e2d
Show file tree
Hide file tree
Showing 6 changed files with 258 additions and 189 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ name: Haskell CI
on: [push]

env:
PANDOC_VERSION: "3.1.11"
PANDOC_VERSION: "3.1.11.1"

jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
ghcver: ['9.6.3']
ghcver: ['9.6.4']
include:
- os: windows-latest
ghcver: '9.0.2'
ghcver: '9.6.4'
runs-on: ${{ matrix.os }}
container: ${{ matrix.container }}
steps:
Expand Down
84 changes: 69 additions & 15 deletions flake.lock

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

5 changes: 2 additions & 3 deletions 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 ? "ghc963"}: pkgs.haskell-nix.cabalProject' {
hixProject = {ghc ? "ghc964"}: pkgs.haskell-nix.cabalProject' {
compiler-nix-name = ghc;
src = nix-filter.lib {
root = ./.;
Expand Down Expand Up @@ -69,8 +69,7 @@
packages = {
default = flake.packages."pandoc-crossref:exe:pandoc-crossref";
static = flake.packages."x86_64-unknown-linux-musl:pandoc-crossref:exe:pandoc-crossref";
win = (flake_ { ghc = "ghc928"; })
.packages."x86_64-w64-mingw32:pandoc-crossref:exe:pandoc-crossref";
win = flake.packages."x86_64-w64-mingw32:pandoc-crossref:exe:pandoc-crossref";
pandoc = (hixProject {}).hsPkgs.pandoc-cli.components.exes.pandoc;
pandoc-with-crossref = pkgs.symlinkJoin {
name = "pandoc-with-crossref";
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.3
resolver: ghc-9.6.4
allow-newer: false
flags:
pandoc-crossref:
Expand Down
Loading

0 comments on commit a428e2d

Please sign in to comment.