Skip to content

Commit c7190f7

Browse files
authored
Merge pull request #138 from ethereum/release-tweaks
Release tweaks
2 parents 17f0d31 + a0eea60 commit c7190f7

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
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

src/hevm/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

src/hevm/hevm.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
234234
common 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:

0 commit comments

Comments
 (0)