File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -53,13 +53,12 @@ library
5353
5454 -- Managed Dependencies
5555 , streamly-core >= 0.1.0 && < 0.4
56- , streamly-process >= 0.1 && < 0.4
56+ , streamly-process >= 0.1 && < 0.5
5757 , bench-show == 0.3.2. *
5858
5959 -- The following dependencies are not released on
6060 -- hackage. Make sure the env has appropriate versions of
6161 -- these libs when importing bench-report
62- , streamly-shell
6362 , streamly-coreutils
6463
6564 hs-source-dirs : lib
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ import qualified System.Exit as Exit (die)
3333import qualified Streamly.Data.Fold as Fold
3434import qualified Streamly.Data.Stream as Stream
3535import qualified Streamly.Data.Parser as Parser (wordWithQuotes )
36- import qualified Streamly.System .Sh as Sh
36+ import qualified Streamly.Coreutils .Sh as Sh
3737
3838--------------------------------------------------------------------------------
3939-- String prettifying utilities
You can’t perform that action at this time.
0 commit comments