haskellPackages.hoogle: don't override haskell-src-exts
This commit is contained in:
parent
6679dbbd60
commit
8e7c7af3b8
@ -688,9 +688,6 @@ self: super: {
|
|||||||
# It makes no sense to have intero-nix-shim in Hackage, so we publish it here only.
|
# It makes no sense to have intero-nix-shim in Hackage, so we publish it here only.
|
||||||
intero-nix-shim = self.callPackage ../tools/haskell/intero-nix-shim {};
|
intero-nix-shim = self.callPackage ../tools/haskell/intero-nix-shim {};
|
||||||
|
|
||||||
# The latest Hoogle needs versions not yet in LTS Haskell 7.x.
|
|
||||||
hoogle = super.hoogle.override { haskell-src-exts = self.haskell-src-exts_1_19_1; };
|
|
||||||
|
|
||||||
# https://github.com/Philonous/hs-stun/pull/1
|
# https://github.com/Philonous/hs-stun/pull/1
|
||||||
# Remove if a version > 0.1.0.1 ever gets released.
|
# Remove if a version > 0.1.0.1 ever gets released.
|
||||||
stunclient = overrideCabal super.stunclient (drv: {
|
stunclient = overrideCabal super.stunclient (drv: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user