1
0
Fork 0

Install cabal-edit

This commit is contained in:
Malte Brandy 2020-07-25 20:40:05 +02:00
parent 50c56b96f8
commit bdda76c2ff
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -12,7 +12,7 @@ let
inherit (p)
brittany ormolu releaser cabal-fmt stack ghcid ghcide haskell-language-server cabal-install dhall
aeson unordered-containers these taskwarrior pandoc hlint
cabal2nix weeder reflex-dom password optics-th shh-extras neuron hspec-discover;
cabal2nix weeder reflex-dom password optics-th shh-extras neuron hspec-discover cabal-edit;
} // makeHaskellScriptPackages p;
in {
myHaskellPackages = makeHaskellPackages master.haskellPackages;