Move Stream.Exception.Lifted to Stream.Lifted

This commit is contained in:
Harendra Kumar 2023-11-27 04:00:11 +05:30
parent 58feee26b0
commit 58439bc1b0
5 changed files with 6 additions and 7 deletions

View File

@ -20,5 +20,4 @@ module Streamly.Data.Stream.Exception
)
where
import Streamly.Internal.Data.Stream.Exception.Lifted
( bracket, finally, after )
import Streamly.Internal.Data.Stream.Lifted (bracket, finally, after)

View File

@ -42,7 +42,7 @@ import qualified Streamly.Internal.Data.Stream as D
, handle
)
import qualified Streamly.Internal.Data.Stream.Exception.Lifted as D
import qualified Streamly.Internal.Data.Stream.Lifted as D
( afterD
, bracket3D
, retryD

View File

@ -1,12 +1,12 @@
-- |
-- Module : Streamly.Internal.Data.Stream.Exception.Lifted
-- Module : Streamly.Internal.Data.Stream.Lifted
-- Copyright : (c) 2019 Composewell Technologies
-- License : BSD-3-Clause
-- Maintainer : streamly@composewell.com
-- Stability : experimental
-- Portability : GHC
module Streamly.Internal.Data.Stream.Exception.Lifted
module Streamly.Internal.Data.Stream.Lifted
(
after
, bracket

View File

@ -136,7 +136,7 @@ import qualified Streamly.Internal.Data.Array as A (pinnedChunksOf)
import qualified Streamly.Internal.Data.Unfold as UF (bracketIO)
import qualified Streamly.Internal.Data.Fold as FL (Step(..), reduce)
import qualified Streamly.Internal.Data.Stream.Exception.Lifted as S (bracket)
import qualified Streamly.Internal.Data.Stream.Lifted as S (bracket)
import qualified Streamly.Internal.Network.Socket as ISK
-- $setup

View File

@ -378,7 +378,7 @@ library
, Streamly.Internal.Data.Stream.Concurrent
, Streamly.Internal.Data.Stream.Zip.Concurrent
, Streamly.Internal.Data.Stream.Time
, Streamly.Internal.Data.Stream.Exception.Lifted
, Streamly.Internal.Data.Stream.Lifted
-- streamly-unicode (depends on unicode-data)
, Streamly.Internal.Unicode.Utf8