Skip to content

Commit 75aaae0

Browse files
committed
Disable the test of dual-tree
1 parent 6d5b50b commit 75aaae0

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

configuration-ghc-901.nix

+9-12
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ let
2828
rev = "8cf4c7fbc3bfa2be475a17bb7c94a1e1e9a830b5";
2929
sha256 = "WtxTB6ufTZC6SxOtGSfhlO4mY0y9eWejMSa0yUJ7dHQ=";
3030
};
31-
hlint_3_3_1-src = builtins.fetchTarball {
32-
url =
33-
"https://hackage.haskell.org/package/hlint-3.3.1/hlint-3.3.1.tar.gz";
34-
sha256 = "03vb4s4w8k5vp5cjzg7m2bsinbjz1j2aqx4q06syq4r5vb3ai5yq";
35-
};
3631
in {
3732
blaze-textual = hself.callCabal2nix "blaze-textual"
3833
(pkgs.fetchFromGitHub {
@@ -85,13 +80,15 @@ let
8580

8681
ghc-lib-parser-ex = hself.ghc-lib-parser-ex_9_0_0_4;
8782

88-
operational = hself.callCabal2nix "operational"
89-
(pkgs.fetchFromGitHub {
90-
owner = "berberman";
91-
repo = "operational";
92-
rev = "0e062895678f49fd673ae493371262cfb8c5ab56";
93-
sha256 = "P+aocEcqCN8klnW3IMrmIqq6ztBZJxk4sBp1ewN6YaA=";
94-
}) { };
83+
operational = hself.callCabal2nix "operational" (pkgs.fetchFromGitHub {
84+
owner = "berberman";
85+
repo = "operational";
86+
rev = "0e062895678f49fd673ae493371262cfb8c5ab56";
87+
sha256 = "P+aocEcqCN8klnW3IMrmIqq6ztBZJxk4sBp1ewN6YaA=";
88+
}) { };
89+
90+
# needs https://github.com/JonasDuregard/sized-functors/pull/9
91+
dual-tree = dontCheck hsuper.dual-tree;
9592

9693
# Re-generate HLS drv excluding some plugins
9794
haskell-language-server =

0 commit comments

Comments
 (0)