This website requires JavaScript.
Explore
Help
Sign In
public
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e2770d3b95
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 10:26:01 -08:00
args
@
{
pkgs
,
lib
,
callPackage
}:
self
:
Remove HIE package set until automation can be put in place.
2018-03-23 07:06:58 -07:00
(
import
./hackage-packages.nix
args
self
)