Skip to content

Commit 4dad3ea

Browse files
Remove streamly-shell dependency
1 parent d012e03 commit 4dad3ea

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

bench-report.cabal

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

lib/Utils.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import qualified System.Exit as Exit (die)
3333
import qualified Streamly.Data.Fold as Fold
3434
import qualified Streamly.Data.Stream as Stream
3535
import 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

0 commit comments

Comments
 (0)