We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8f24da commit feec6faCopy full SHA for feec6fa
ci.nix
@@ -142,7 +142,7 @@ dimension "Nixpkgs version" nixpkgsVersions (nixpkgsName: pinnedNixpkgsSrc:
142
hello = (pkgs.haskell-nix.hackage-package ({ name = "hello"; version = "1.0.0.2"; inherit evalPackages compiler-nix-name; }
143
// lib.optionalAttrs (builtins.compareVersions pkgs.buildPackages.haskell-nix.compiler.${compiler-nix-name}.version "9.13" >= 0) {
144
shell.tools.hoogle.cabalProjectLocal = ''
145
- allow-newer: *:*
+ allow-newer: hashable:ghc-bignum, integer-logarithms:ghc-bignum
146
'';
147
})).getComponent "exe:hello";
148
# Make sure the default shell tools (hoogle) are built
0 commit comments