We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e999b23 commit 1b4f4d8Copy full SHA for 1b4f4d8
1 file changed
haskell-overlays/default.nix
@@ -118,8 +118,6 @@ rec {
118
119
combined-ghc = self: super: foldExtensions [
120
(self: super: {
121
- hoogle = self.callHackage "hoogle" "5.0.18.3" {};
122
- hpack = self.callHackage "hpack" "0.34.5" {};
123
})
124
(optionalExtension (versionWildcard [ 8 6 ] super.ghc.version) ghc-8_6)
125
(optionalExtension (lib.versionOlder "8.11" super.ghc.version) ghc-head)
0 commit comments