chore: add fsnotify dependency for live recipe watching
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user