1
0
Fork 0

Fix optics build

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