File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module Streamly.Coreutils
22 ( module Streamly.Coreutils.Tsort
33 , module Streamly.Coreutils.Uniq
4- -- , module Streamly.Coreutils.Common
54 ) where
65
76import Streamly.Coreutils.Tsort
87import Streamly.Coreutils.Uniq
9- -- import Streamly.Coreutils.Common
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments