mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-15 08:34:04 +00:00
haskellPackages.hoogle: use safe 0.3.20
This commit is contained in:
parent
a8c5755f37
commit
17af309f17
@ -2861,4 +2861,9 @@ self: super: {
|
|||||||
# repa-query, repa-scalar, repa-store, repa-stream
|
# repa-query, repa-scalar, repa-store, repa-stream
|
||||||
;
|
;
|
||||||
|
|
||||||
|
# 2024-01-15: needs safe >= 0.3.20
|
||||||
|
hoogle = super.hoogle.override {
|
||||||
|
safe = self.safe_0_3_20;
|
||||||
|
};
|
||||||
|
|
||||||
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
Loading…
Reference in New Issue
Block a user