This commit is contained in:
Dmitry Zuikov 2024-04-27 08:23:51 +03:00
parent 0e156d97ab
commit 77d5a33a83
3 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -176,7 +176,7 @@ executable hbs2-git-dashboard
, skylighting
, skylighting-core
, skylighting-lucid
, scotty >= 0.22
, scotty
hs-source-dirs:
hbs2-git-dashboard

View File

@ -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 какое-нибудь поле так,
-- что бы предыдущие записи продолжали десериализоваться без этого поля,
-- а новое поле было бы пустым, если его нет -- в новой версии.