Versionbump: Line switch for Template Haskell.
This commit is contained in:
parent
1f26f03319
commit
656c1de2cc
@ -31,8 +31,8 @@ import qualified Data.Map as Map
|
||||
|
||||
mkI18nWidgetEnum "Changelog" "changelog"
|
||||
derivePersistFieldPathPiece ''ChangelogItem
|
||||
pathPieceJSONKey ''ChangelogItem
|
||||
pathPieceJSON ''ChangelogItem
|
||||
pathPieceJSONKey ''ChangelogItem
|
||||
pathPieceHttpApiData ''ChangelogItem
|
||||
|
||||
data ChangelogItemKind
|
||||
@ -176,4 +176,4 @@ changelogItemDays = Map.fromListWithKey (\k d1 d2 -> bool (error $ "Duplicate ch
|
||||
, (ChangelogMaterialsVideoStreaming, [day|2020-11-10|])
|
||||
, (ChangelogFixPersonalisedSheetFilesKeep, [day|2020-11-10|])
|
||||
]
|
||||
-}
|
||||
-}
|
||||
|
||||
Reference in New Issue
Block a user