Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use operational master commit to fix build for ghc-9.0.1 #2017

Merged
merged 3 commits into from
Jul 14, 2021
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions cabal-ghc901.project
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,8 @@ source-repository-package
-- benchmark dependency
source-repository-package
type: git
location: https://github.com/berberman/operational
tag: 0e062895678f49fd673ae493371262cfb8c5ab56
-- https://github.com/HeinrichApfelmus/operational/pull/26
location: https://github.com/HeinrichApfelmus/operational
tag: 16e19aaf34e286f3d27b3988c61040823ec66537

write-ghc-environment-files: never

Expand Down
4 changes: 2 additions & 2 deletions configuration-ghc-901.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ let
ghc-lib-parser-ex = hself.ghc-lib-parser-ex_9_0_0_4;

operational = hself.callCabal2nix "operational" (pkgs.fetchFromGitHub {
owner = "berberman";
owner = "HeinrichApfelmus";
repo = "operational";
rev = "0e062895678f49fd673ae493371262cfb8c5ab56";
rev = "16e19aaf34e286f3d27b3988c61040823ec66537";
sha256 = "P+aocEcqCN8klnW3IMrmIqq6ztBZJxk4sBp1ewN6YaA=";
}) { };

Expand Down
5 changes: 2 additions & 3 deletions stack-9.0.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,8 @@ extra-deps:
# https://github.com/diagrams/active/pull/36

# benchmark dependency
- github: berberman/operational
commit: 0e062895678f49fd673ae493371262cfb8c5ab56
# https://github.com/HeinrichApfelmus/operational/pull/26
- github: HeinrichApfelmus/operational
commit: 16e19aaf34e286f3d27b3988c61040823ec66537

configure-options:
ghcide:
Expand Down