Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 7d0ea21

Browse files
authored
Support binaryen version_99 (#16)
1 parent 2af8d1f commit 7d0ea21

File tree

571 files changed

+29748
-36734
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

571 files changed

+29748
-36734
lines changed

.github/workflows/pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v2
2222

2323
- name: setup-nix
24-
uses: cachix/install-nix-action@v11
24+
uses: cachix/install-nix-action@v12
2525
with:
2626
nix_path: nixpkgs=./nix/nixpkgs.nix
2727

@@ -47,7 +47,7 @@ jobs:
4747
- name: setup-haskell
4848
uses: actions/setup-haskell@main
4949
with:
50-
ghc-version: 8.10.2
50+
ghc-version: 8.10.3
5151
cabal-version: 3.2.0.0
5252

5353
- name: test
@@ -63,7 +63,7 @@ jobs:
6363
uses: actions/checkout@v2
6464

6565
- name: setup-nix
66-
uses: cachix/install-nix-action@v11
66+
uses: cachix/install-nix-action@v12
6767
with:
6868
nix_path: nixpkgs=./nix/nixpkgs.nix
6969

@@ -92,7 +92,7 @@ jobs:
9292
uses: actions/checkout@v2
9393

9494
- name: setup-nix
95-
uses: cachix/install-nix-action@v11
95+
uses: cachix/install-nix-action@v12
9696
with:
9797
nix_path: nixpkgs=./nix/nixpkgs.nix
9898

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ present in the build environment. The `system-binaryen` Cabal flag defaults to
1616

1717
| Haskell bindings version | Bundled Binaryen version |
1818
| ------------------------ | ------------------------ |
19-
| 0.0.5.\* | version_98 |
19+
| 0.0.6.\* | version_99 |
2020

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

3233
## How to build
3334

0 commit comments

Comments
 (0)