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

8 lines
181 B
Nix

{
makeHaskellScriptPackages = p: {
inherit (p)
aeson shh string-interpolate relude replace-megaparsec async say
megaparsec fdo-notify these fsnotify witch;
};
}