feat: add Config module for YAML config loading
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user