Skip to content

Commit a533d21

Browse files
committed
Remove common module import
1 parent b7670bf commit a533d21

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/Streamly/Coreutils.hs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
module Streamly.Coreutils
22
( module Streamly.Coreutils.Tsort
33
, module Streamly.Coreutils.Uniq
4-
--, module Streamly.Coreutils.Common
54
) where
65

76
import Streamly.Coreutils.Tsort
87
import Streamly.Coreutils.Uniq
9-
--import Streamly.Coreutils.Common

streamly-coreutils.cabal

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ library
4040
build-depends:
4141
streamly
4242
, base >= 4.8 && < 5
43+
, unliftio-core >= 0.2
4344
hs-source-dirs: src
4445
exposed-modules: Streamly.Coreutils.Tsort
4546
, Streamly.Coreutils.Uniq
@@ -62,6 +63,7 @@ benchmark coreutils-bench
6263
, base >= 4.8 && < 5
6364
, gauge >= 0.2.4 && < 0.3
6465
, random >= 1.0.0 && < 2
66+
, unliftio-core >= 0.2
6567
default-language: Haskell2010
6668

6769
-------------------------------------------------------------------------------
@@ -77,4 +79,5 @@ test-suite coreutils-test
7779
streamly-coreutils
7880
, streamly
7981
, base >= 4.8 && < 5
82+
, unliftio-core >= 0.2
8083
default-language: Haskell2010

0 commit comments

Comments
 (0)