Use Clay CSS domain specific language instead of including a raw CSS file

This commit is contained in:
2024-02-25 11:06:49 -06:00
parent fa54723934
commit 83ea5b77e9
6 changed files with 144 additions and 106 deletions

View File

@@ -1,6 +1,6 @@
cabal-version: 3.0
name: sampu
version: 0.3.0
version: 0.5.0
license: ISC
author: James Eversole
maintainer: james@eversole.co
@@ -16,6 +16,7 @@ executable sampu
ghc-options: -threaded -rtsopts -with-rtsopts=-N -optl-pthread -fPIC
build-depends: base
, bytestring >= 0.11.5.0
, clay >= 0.14.0
, commonmark >= 0.2.4
, directory >= 1.3.7.0
, dotenv >= 0.11.0.0
@@ -36,6 +37,7 @@ executable sampu
Core.Handlers
Core.HTTP
Core.Rendering
Core.Styles
Fragments.Base
Fragments.NotFound
default-language: GHC2021