Skip to content

Commit 6e47614

Browse files
jneiraberberman
andauthored
Use operational master commit to fix build for ghc-9.0.1 (#2017)
* Use operational master * Use operational master in cabal.project * Update configuration-ghc-901.nix Co-authored-by: Potato Hatsue <berberman@yandex.com>
1 parent a0f6f5f commit 6e47614

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

cabal-ghc901.project

+2-3
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,8 @@ source-repository-package
7878
-- benchmark dependency
7979
source-repository-package
8080
type: git
81-
location: https://github.com/berberman/operational
82-
tag: 0e062895678f49fd673ae493371262cfb8c5ab56
83-
-- https://github.com/HeinrichApfelmus/operational/pull/26
81+
location: https://github.com/HeinrichApfelmus/operational
82+
tag: 16e19aaf34e286f3d27b3988c61040823ec66537
8483

8584
write-ghc-environment-files: never
8685

configuration-ghc-901.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ let
8585
ghc-lib-parser-ex = hself.ghc-lib-parser-ex_9_0_0_4;
8686

8787
operational = hself.callCabal2nix "operational" (pkgs.fetchFromGitHub {
88-
owner = "berberman";
88+
owner = "HeinrichApfelmus";
8989
repo = "operational";
90-
rev = "0e062895678f49fd673ae493371262cfb8c5ab56";
90+
rev = "16e19aaf34e286f3d27b3988c61040823ec66537";
9191
sha256 = "P+aocEcqCN8klnW3IMrmIqq6ztBZJxk4sBp1ewN6YaA=";
9292
}) { };
9393

stack-9.0.1.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,8 @@ extra-deps:
9595
# https://github.com/diagrams/active/pull/36
9696

9797
# benchmark dependency
98-
- github: berberman/operational
99-
commit: 0e062895678f49fd673ae493371262cfb8c5ab56
100-
# https://github.com/HeinrichApfelmus/operational/pull/26
98+
- github: HeinrichApfelmus/operational
99+
commit: 16e19aaf34e286f3d27b3988c61040823ec66537
101100

102101
configure-options:
103102
ghcide:

0 commit comments

Comments
 (0)