move the file watcher to the unison-cli package

This commit is contained in:
Arya Irani 2023-07-05 12:55:29 -04:00
parent 556e484c65
commit 7509f80341
5 changed files with 9 additions and 6 deletions

View File

@ -50,7 +50,6 @@ dependencies:
- filelock
- filepath
- fingertree
- fsnotify
- fuzzyfind
- free
- generic-lens

View File

@ -1,6 +1,6 @@
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.2.
-- This file has been generated from package.yaml by hpack version 0.35.1.
--
-- see: https://github.com/sol/hpack
@ -91,7 +91,6 @@ library
Unison.Codebase.Type
Unison.Codebase.TypeEdit
Unison.Codebase.Verbosity
Unison.Codebase.Watch
Unison.CodebasePath
Unison.FileParsers
Unison.Hashing.V2.Convert
@ -239,7 +238,6 @@ library
, filepath
, fingertree
, free
, fsnotify
, fuzzyfind
, generic-lens
, generic-monoid
@ -430,7 +428,6 @@ test-suite parser-typechecker-tests
, filepath
, fingertree
, free
, fsnotify
, fuzzyfind
, generic-lens
, generic-monoid

View File

@ -30,6 +30,7 @@ dependencies:
- extra
- filepath
- free
- fsnotify
- fuzzyfind
- friendly-time
- generic-lens

View File

@ -1,6 +1,6 @@
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.35.2.
-- This file has been generated from package.yaml by hpack version 0.35.1.
--
-- see: https://github.com/sol/hpack
@ -77,6 +77,7 @@ library
Unison.Codebase.Editor.UCMVersion
Unison.Codebase.Editor.UriParser
Unison.Codebase.TranscriptParser
Unison.Codebase.Watch
Unison.CommandLine
Unison.CommandLine.Completion
Unison.CommandLine.DisplayValues
@ -168,6 +169,7 @@ library
, filepath
, free
, friendly-time
, fsnotify
, fuzzyfind
, generic-lens
, haskeline
@ -302,6 +304,7 @@ executable cli-integration-tests
, filepath
, free
, friendly-time
, fsnotify
, fuzzyfind
, generic-lens
, haskeline
@ -430,6 +433,7 @@ executable transcripts
, filepath
, free
, friendly-time
, fsnotify
, fuzzyfind
, generic-lens
, haskeline
@ -563,6 +567,7 @@ executable unison
, filepath
, free
, friendly-time
, fsnotify
, fuzzyfind
, generic-lens
, haskeline
@ -703,6 +708,7 @@ test-suite cli-tests
, filepath
, free
, friendly-time
, fsnotify
, fuzzyfind
, generic-lens
, haskeline