From aa5a7857171c75fe17c2168aaec8fa09f2776545 Mon Sep 17 00:00:00 2001 From: David Johnson Date: Mon, 13 Sep 2021 01:15:44 -0500 Subject: [PATCH] Bump version 1.8 (#664) --- examples/haskell-miso.org/nix/config.nix | 9 +++++++++ miso.cabal | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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