chore: add fsnotify dependency for live recipe watching
This commit is contained in:
@@ -35,6 +35,7 @@ dependencies:
|
||||
- containers
|
||||
- directory
|
||||
- filepath
|
||||
- fsnotify
|
||||
- http-types
|
||||
- optparse-applicative
|
||||
- parsec
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -2,3 +2,6 @@ resolver: lts-24.38
|
||||
|
||||
packages:
|
||||
- .
|
||||
|
||||
extra-deps:
|
||||
- fsnotify-0.4.4.0
|
||||
|
||||
+8
-1
@@ -3,7 +3,14 @@
|
||||
# For more information, please see the documentation at:
|
||||
# https://docs.haskellstack.org/en/stable/topics/lock_files
|
||||
|
||||
packages: []
|
||||
packages:
|
||||
- completed:
|
||||
hackage: fsnotify-0.4.4.0@sha256:21cc696377bf01bc9b0a2e1edf2e03e43f6655d52d0622bdb493192820e1a5ba,3624
|
||||
pantry-tree:
|
||||
sha256: 1f7fb52c136e080355803941c0b772640a19c4fd418eb56fa62cc24859092b36
|
||||
size: 1408
|
||||
original:
|
||||
hackage: fsnotify-0.4.4.0
|
||||
snapshots:
|
||||
- completed:
|
||||
sha256: abc790b571e0c70e929db74b329e3c18d7e76a6e173e8bdf94f1ba20770d4c24
|
||||
|
||||
Reference in New Issue
Block a user