Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 4 additions & 4 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: setup-nix
uses: cachix/install-nix-action@v11
uses: cachix/install-nix-action@v12
with:
nix_path: nixpkgs=./nix/nixpkgs.nix

Expand All @@ -47,7 +47,7 @@ jobs:
- name: setup-haskell
uses: actions/setup-haskell@main
with:
ghc-version: 8.10.2
ghc-version: 8.10.3
cabal-version: 3.2.0.0

- name: test
Expand All @@ -63,7 +63,7 @@ jobs:
uses: actions/checkout@v2

- name: setup-nix
uses: cachix/install-nix-action@v11
uses: cachix/install-nix-action@v12
with:
nix_path: nixpkgs=./nix/nixpkgs.nix

Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
uses: actions/checkout@v2

- name: setup-nix
uses: cachix/install-nix-action@v11
uses: cachix/install-nix-action@v12
with:
nix_path: nixpkgs=./nix/nixpkgs.nix

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ present in the build environment. The `system-binaryen` Cabal flag defaults to

| Haskell bindings version | Bundled Binaryen version |
| ------------------------ | ------------------------ |
| 0.0.5.\* | version_98 |
| 0.0.6.\* | version_99 |

Older versions of this package links against the system-wide `binaryen` library,
so before building the package, please check the Binaryen version and make sure
Expand All @@ -28,6 +28,7 @@ it's no less than the minimum version listed below.
| 0.0.2.\* | version_94 |
| 0.0.3.\* | version_96 |
| 0.0.4.\* | version_97 |
| 0.0.5.\* | version_98 |

## How to build

Expand Down
Loading