This website requires JavaScript.
Explore
Help
Register
Sign In
alioth
/
nixpkgs
Watch
3
Star
0
Fork
You've already forked nixpkgs
0
forked from
mirrors/nixpkgs
Code
Releases
Activity
c112713bcf
nixpkgs
/
pkgs
/
development
/
haskell-modules
/
initial-packages.nix
3 lines
84 B
Nix
Raw
Normal View
History
Unescape
Escape
Consistently use 'lib' instead of 'stdenv.lib' in the Haskell infrastructure. Part of https://github.com/NixOS/nixpkgs/issues/108938.
2021-01-19 18:26:01 +00:00
args
@
{
pkgs
,
lib
,
callPackage
}:
self
:
Remove HIE package set until automation can be put in place.
2018-03-23 14:06:58 +00:00
(
import
./hackage-packages.nix
args
self
)
Copy permalink