diff --git a/pkgs/development/haskell-modules/configuration-ghcjs-9.x.nix b/pkgs/development/haskell-modules/configuration-ghcjs-9.x.nix index b20f2dfbc8fc..4f7a23d04d10 100644 --- a/pkgs/development/haskell-modules/configuration-ghcjs-9.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghcjs-9.x.nix @@ -41,4 +41,17 @@ with haskellLib; (drv: { jsaddle-webkit2gtk = null; }); + + miso-examples = pkgs.lib.pipe super.miso-examples [ + (addBuildDepends ( + with self; + [ + aeson + ghcjs-base + jsaddle-warp + miso + servant + ] + )) + ]; })