This website requires JavaScript.
Explore
Help
Register
Sign In
JakeHillion
/
nixpkgs
Watch
1
Star
0
Fork
0
You've already forked nixpkgs
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
f73c2278d0
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
)
Reference in New Issue
Copy Permalink