mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 18:44:13 +00:00
haskell.lib: move lib.nix into same directory as compose.nix
This commit is contained in:
parent
b2f63fbd6f
commit
767fefc21c
@ -9,7 +9,7 @@ rec {
|
|||||||
between the function name and argument of another. haskell.lib.compose is
|
between the function name and argument of another. haskell.lib.compose is
|
||||||
preferred for any new code.
|
preferred for any new code.
|
||||||
*/
|
*/
|
||||||
compose = import ./lib/compose.nix { inherit pkgs lib; };
|
compose = import ./compose.nix { inherit pkgs lib; };
|
||||||
|
|
||||||
/* This function takes a file like `hackage-packages.nix` and constructs
|
/* This function takes a file like `hackage-packages.nix` and constructs
|
||||||
a full package set out of that.
|
a full package set out of that.
|
@ -19,7 +19,7 @@ let
|
|||||||
"ghcHEAD"
|
"ghcHEAD"
|
||||||
];
|
];
|
||||||
|
|
||||||
haskellLibUncomposable = import ../development/haskell-modules/lib.nix {
|
haskellLibUncomposable = import ../development/haskell-modules/lib {
|
||||||
inherit (pkgs) lib;
|
inherit (pkgs) lib;
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user