Use Clay CSS domain specific language instead of including a raw CSS file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user