chore: add fsnotify dependency for live recipe watching

This commit is contained in:
2026-05-19 23:08:02 -04:00
parent 042bcc9e51
commit a8402cf831
4 changed files with 18 additions and 1 deletions
+6
View File
@@ -22,6 +22,7 @@ library
Roux.NYTimes
Roux.Parser
Roux.RecipeIndex
Roux.SchemaOrg
Roux.Server
Roux.Types
other-modules:
@@ -45,6 +46,7 @@ library
, containers
, directory
, filepath
, fsnotify
, http-types
, optparse-applicative
, parsec
@@ -77,6 +79,7 @@ executable check-recipes
, containers
, directory
, filepath
, fsnotify
, http-types
, optparse-applicative
, parsec
@@ -110,6 +113,7 @@ executable roux-server
, containers
, directory
, filepath
, fsnotify
, http-types
, optparse-applicative
, parsec
@@ -127,6 +131,7 @@ test-suite roux-server-test
other-modules:
Roux.NYTimesSpec
Roux.ParserSpec
Roux.SchemaOrgSpec
Paths_roux_server
autogen-modules:
Paths_roux_server
@@ -147,6 +152,7 @@ test-suite roux-server-test
, containers
, directory
, filepath
, fsnotify
, hspec
, http-types
, optparse-applicative