File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ packages: .
33source-repository-package
44 type : git
55 location : https://github.com/composewell/streamly-process.git
6- tag : e310c8a9c6e61515373a2f5f1fb82f6e15fe452b
6+ tag : master
77
88source-repository-package
99 type : git
1010 location : https://github.com/composewell/streamly.git
11- tag : ff1dd549c630803163f4d0a722e24cbb04961a14
11+ tag : master
1212
1313source-repository-package
1414 type : git
1515 location : https://github.com/composewell/streamly.git
16- tag : ff1dd549c630803163f4d0a722e24cbb04961a14
16+ tag : master
1717 subdir : core
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ module Main (main) where
66
77import Control.Monad (when )
88import Data.Function ((&) )
9- import Streamly.Internal.Data.Stream.IsStream (SerialT )
9+ import Streamly.Prelude (SerialT )
1010import System.Environment (getArgs )
1111
12- import qualified Streamly.Internal. Data.Fold as Fold
13- import qualified Streamly.Internal.Data.Stream.IsStream as Stream
12+ import qualified Streamly.Data.Fold as Fold
13+ import qualified Streamly.Prelude as Stream
1414import qualified Streamly.Internal.FileSystem.File as File
1515import qualified Streamly.Internal.Unicode.Stream as Unicode
1616import qualified Streamly.Internal.System.Command as Command
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ module HoogleFileParser where
77import Data.Char (isUpper )
88import Data.List (isPrefixOf )
99import Data.Map (Map )
10- import Streamly.Internal. Data.Fold (Fold )
10+ import Streamly.Data.Fold (Fold )
1111
1212import qualified Data.Map as Map
1313import qualified Data.Map.Strict as SMap
14- import qualified Streamly.Internal. Data.Fold as Fold
14+ import qualified Streamly.Data.Fold as Fold
1515
1616--------------------------------------------------------------------------------
1717-- Types
You can’t perform that action at this time.
0 commit comments