Skip to content
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