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

18 lines
585 B
Nix
Raw Normal View History

2021-09-23 22:45:14 +00:00
rec {
makeHaskellScriptPackages = p: {
inherit (p)
aeson shh string-interpolate relude replace-megaparsec async say
megaparsec fdo-notify these fsnotify
;
};
makeHaskellPackages = p:
{
inherit (p)
releaser cabal-fmt stack ghcid ghcide iCalendar pretty-simple
stm-containers streamly haskell-language-server cabal-install dhall
taskwarrior pandoc hlint cabal2nix weeder reflex-dom password optics
shh-extras neuron hmatrix postgresql-simple nix-derivation req witch
;
} // makeHaskellScriptPackages p;
}