Add markdown response support

This commit is contained in:
James Eversole
2026-04-23 10:53:56 -05:00
parent a11fcd37f7
commit 3172ca2f59
7 changed files with 159 additions and 53 deletions

View File

@@ -15,23 +15,23 @@ executable sampu
default-extensions: OverloadedStrings
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
, feed >= 1.3.2.0
, filemanip >= 0.3.6.1
, filepath >= 1.4.2.2
, bytestring
, clay
, commonmark
, directory
, dotenv
, feed
, filemanip
, filepath
, http-types
, lucid >= 2.11.0
, text >= 2.0
, time >= 1.12.0
, twain >= 2.1.0.0
, wai-extra >= 3.0 && < 3.2
, wai-middleware-static >= 0.9.0
, warp == 3.3.25
, xml-conduit >= 1.9.1.0
, lucid
, text
, time
, twain
, wai-extra
, wai-middleware-static
, warp
, xml-conduit
hs-source-dirs: src
other-modules: Core.Configuration
Core.Feed