1
0
Fork 0

Install optics

This commit is contained in:
Malte Brandy 2020-08-14 21:16:42 +02:00
parent ec49bfa3e5
commit 477e688457
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
taskwarrior pandoc_2_10_1 hlint
cabal2nix weeder reflex-dom password optics-th shh-extras neuron hspec-discover cabal-edit paths;
cabal2nix weeder reflex-dom password optics_0_3 shh-extras neuron hspec-discover cabal-edit paths;
} // makeHaskellScriptPackages p;
in {
myHaskellPackages = makeHaskellPackages master.haskellPackages;