Skip to content

Commit

Permalink
Merge pull request #138 from ethereum/release-tweaks
Browse files Browse the repository at this point in the history
Release tweaks
  • Loading branch information
d-xo authored Dec 19, 2022
2 parents 17f0d31 + a0eea60 commit c7190f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v18
with:
# https://discourse.nixos.org/t/understanding-binutils-darwin-wrapper-nix-support-bad-substitution/11475/2
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: build hevm
Expand Down
2 changes: 1 addition & 1 deletion src/hevm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.50.0] - 2022-12-19

### Changed

Expand Down
6 changes: 3 additions & 3 deletions src/hevm/hevm.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ library
autogen-modules:
Paths_hevm
ghc-options:
-Wall -Wno-deprecations -Wno-unticked-promoted-constructors -Wno-orphans -j
-Wall -Wno-deprecations -Wno-unticked-promoted-constructors -Wno-orphans
extra-libraries:
secp256k1, ff
if os(linux)
Expand Down Expand Up @@ -190,7 +190,7 @@ executable hevm
main-is:
hevm-cli.hs
ghc-options:
-Wall -threaded -with-rtsopts=-N -Wno-unticked-promoted-constructors -Wno-orphans -j
-Wall -threaded -with-rtsopts=-N -Wno-unticked-promoted-constructors -Wno-orphans
other-modules:
Paths_hevm
if os(darwin)
Expand Down Expand Up @@ -234,7 +234,7 @@ executable hevm
common test-base
import: shared
ghc-options:
-Wall -Wno-unticked-promoted-constructors -Wno-orphans -j
-Wall -Wno-unticked-promoted-constructors -Wno-orphans
hs-source-dirs:
test
extra-libraries:
Expand Down

0 comments on commit c7190f7

Please sign in to comment.