File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1212 - uses: actions/checkout@v3
1313 - uses: cachix/install-nix-action@v18
1414 with:
15+ # https://discourse.nixos.org/t/understanding-binutils-darwin-wrapper-nix-support-bad-substitution/11475/2
16+ nix_path: nixpkgs=channel:nixos-unstable
1517 extra_nix_config: |
1618 access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
1719 - name: build hevm
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
8- ## Unreleased
8+ ## [0.50.0] - 2022-12-19
99
1010### Changed
1111
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ library
112112 autogen-modules:
113113 Paths_hevm
114114 ghc-options:
115- -Wall -Wno-deprecations -Wno-unticked-promoted-constructors -Wno-orphans -j
115+ -Wall -Wno-deprecations -Wno-unticked-promoted-constructors -Wno-orphans
116116 extra-libraries:
117117 secp256k1, ff
118118 if os(linux)
@@ -190,7 +190,7 @@ executable hevm
190190 main-is:
191191 hevm-cli.hs
192192 ghc-options:
193- -Wall -threaded -with-rtsopts=-N -Wno-unticked-promoted-constructors -Wno-orphans -j
193+ -Wall -threaded -with-rtsopts=-N -Wno-unticked-promoted-constructors -Wno-orphans
194194 other-modules:
195195 Paths_hevm
196196 if os(darwin)
@@ -234,7 +234,7 @@ executable hevm
234234common test-base
235235 import: shared
236236 ghc-options:
237- -Wall -Wno-unticked-promoted-constructors -Wno-orphans -j
237+ -Wall -Wno-unticked-promoted-constructors -Wno-orphans
238238 hs-source-dirs:
239239 test
240240 extra-libraries:
You can’t perform that action at this time.
0 commit comments