mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 04:12:44 +03:00
hoogle: reference the older haskellSrcExts directly
This commit is contained in:
parent
8c3f636562
commit
6590a19694
@ -1244,7 +1244,9 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
|
||||
hoodleTypes = callPackage ../development/libraries/haskell/hoodle-types {};
|
||||
|
||||
hoogle_4_2_34 = callPackage ../development/libraries/haskell/hoogle/4.2.34.nix {};
|
||||
hoogle_4_2_34 = callPackage ../development/libraries/haskell/hoogle/4.2.34.nix {
|
||||
haskellSrcExts = self.haskellSrcExts_1_15_0_1;
|
||||
};
|
||||
hoogle = callPackage ../development/libraries/haskell/hoogle {};
|
||||
hoogleLocal = callPackage ../development/libraries/haskell/hoogle/local.nix {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user