1
0
Fork 0
nixos-config/overlays/ghc/packages.nix

8 lines
181 B
Nix
Raw Normal View History

{
2021-09-23 22:45:14 +00:00
makeHaskellScriptPackages = p: {
2023-05-22 01:06:42 +00:00
inherit (p)
aeson shh string-interpolate relude replace-megaparsec async say
megaparsec fdo-notify these fsnotify witch;
2021-09-23 22:45:14 +00:00
};
}