diff --git a/cabal.project b/cabal.project index e23d8cda..2ef29ffb 100644 --- a/cabal.project +++ b/cabal.project @@ -3,7 +3,7 @@ packages: **/*.cabal allow-newer: all -constraints: pandoc ==3.1.11 +constraints: pandoc ==3.1.11, scotty >= 0.22 -- executable-static: True -- profiling: True diff --git a/hbs2-git/hbs2-git.cabal b/hbs2-git/hbs2-git.cabal index 30ed8b32..5d1c5f5b 100644 --- a/hbs2-git/hbs2-git.cabal +++ b/hbs2-git/hbs2-git.cabal @@ -176,7 +176,7 @@ executable hbs2-git-dashboard , skylighting , skylighting-core , skylighting-lucid - , scotty >= 0.22 + , scotty hs-source-dirs: hbs2-git-dashboard diff --git a/hbs2-tests/test/playground/Main.hs b/hbs2-tests/test/playground/Main.hs index 8fbca5fc..b16c2658 100644 --- a/hbs2-tests/test/playground/Main.hs +++ b/hbs2-tests/test/playground/Main.hs @@ -28,6 +28,7 @@ import Data.Text qualified as Text import qualified Data.Text.IO as Text import qualified Data.Text.Lazy.IO as LT + -- желаемое поведение: добавить в новую версию A какое-нибудь поле так, -- что бы предыдущие записи продолжали десериализоваться без этого поля, -- а новое поле было бы пустым, если его нет -- в новой версии.