Implement messages
Implement messages almost the same as in the Rust version, only with YAML instead of TOML this time, and a regular old mustache template instead of something handrolled. Besides that, pretty much everything here is the same.
This commit is contained in:
parent
4ef19aa35a
commit
2fd3e4c9ad
13 changed files with 587 additions and 17 deletions
|
|
@ -4,6 +4,7 @@ module Xanthous.Prelude
|
|||
, Constraint
|
||||
, module GHC.TypeLits
|
||||
, module Control.Lens
|
||||
, module Data.Void
|
||||
) where
|
||||
|
||||
import ClassyPrelude hiding
|
||||
|
|
@ -11,3 +12,4 @@ import ClassyPrelude hiding
|
|||
import Data.Kind
|
||||
import GHC.TypeLits hiding (Text)
|
||||
import Control.Lens
|
||||
import Data.Void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue