Skip to content

Commit feec6fa

Browse files
committed
Fix hoogle for ghc 9.13.X
1 parent f8f24da commit feec6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ dimension "Nixpkgs version" nixpkgsVersions (nixpkgsName: pinnedNixpkgsSrc:
142142
hello = (pkgs.haskell-nix.hackage-package ({ name = "hello"; version = "1.0.0.2"; inherit evalPackages compiler-nix-name; }
143143
// lib.optionalAttrs (builtins.compareVersions pkgs.buildPackages.haskell-nix.compiler.${compiler-nix-name}.version "9.13" >= 0) {
144144
shell.tools.hoogle.cabalProjectLocal = ''
145-
allow-newer: *:*
145+
allow-newer: hashable:ghc-bignum, integer-logarithms:ghc-bignum
146146
'';
147147
})).getComponent "exe:hello";
148148
# Make sure the default shell tools (hoogle) are built

0 commit comments

Comments
 (0)