diff --git a/examples/haskell-miso.org/nix/config.nix b/examples/haskell-miso.org/nix/config.nix index f813f214..75932d0e 100644 --- a/examples/haskell-miso.org/nix/config.nix +++ b/examples/haskell-miso.org/nix/config.nix @@ -38,6 +38,15 @@ }; }; }; + "haddocks.haskell-miso.org" = { + forceSSL = true; + enableACME = true; + locations = { + "/" = { + root = "${pkgs.misoPkgs.miso-ghcjs.doc}/share/doc/miso-1.8.0.0/html"; + }; + }; + }; "flatris.haskell-miso.org" = { forceSSL = true; enableACME = true; diff --git a/miso.cabal b/miso.cabal index 123e6ed2..d7fc9c28 100644 --- a/miso.cabal +++ b/miso.cabal @@ -1,5 +1,5 @@ name: miso -version: 1.7.1.0 +version: 1.8.0.0 category: Web, Miso, Data Structures license: BSD3 license-file: LICENSE