feat: add Config module for YAML config loading

This commit is contained in:
2026-05-21 10:10:59 -04:00
parent 5abf5490b4
commit 1d5459ea1e
3 changed files with 78 additions and 0 deletions
+5
View File
@@ -18,6 +18,7 @@ library
exposed-modules:
Data.CookLang
Roux
Roux.Config
Roux.CooklangPrint
Roux.Html
Roux.NYTimes
@@ -58,6 +59,7 @@ library
, time
, wai
, warp
, yaml
default-language: Haskell2010
executable check-recipes
@@ -95,6 +97,7 @@ executable check-recipes
, time
, wai
, warp
, yaml
default-language: Haskell2010
executable roux-server
@@ -133,6 +136,7 @@ executable roux-server
, unix
, wai
, warp
, yaml
default-language: Haskell2010
test-suite roux-server-test
@@ -179,4 +183,5 @@ test-suite roux-server-test
, time
, wai
, warp
, yaml
default-language: Haskell2010