Skip to content

Commit 070eccb

Browse files
Hide Array.Generic.Type module
1 parent d181182 commit 070eccb

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

core/streamly-core.cabal

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,6 @@ library
404404
, Streamly.Internal.Data.Scanl
405405

406406
-- streamly-core-data-arrays
407-
, Streamly.Internal.Data.Array.Generic.Type
408407
, Streamly.Internal.Data.Array.Generic
409408
, Streamly.Internal.Data.Array
410409

@@ -453,24 +452,18 @@ library
453452

454453
-- To be implemented
455454
-- , Streamly.Data.Refold
456-
-- , Streamly.Data.Binary.Encode -- Stream types
457455

458456
-- Pre-release modules
459457
-- , Streamly.Data.Pipe
460-
-- , Streamly.Data.Array.Stream
461-
-- , Streamly.Data.Array.Fold
462-
-- , Streamly.Data.Array.Mut.Stream
463458
-- , Streamly.Data.RingArray
464459
-- , Streamly.Data.RingArray.Generic
465-
-- , Streamly.Data.IORef.Unboxed
460+
-- , Streamly.Data.IORef
466461
-- , Streamly.Data.List
467-
-- , Streamly.Data.Binary.Decode
468462
-- , Streamly.Data.Time.Units
469463
-- , Streamly.Data.Time.Clock
470464
-- , Streamly.Data.Tuple.Strict
471465
-- , Streamly.Data.Maybe.Strict
472466
-- , Streamly.Data.Either.Strict
473-
-- , Streamly.Data.Scanr
474467

475468
-- streamly-core released modules in alphabetic order
476469
-- NOTE: these must be added to streamly.cabal as well
@@ -556,6 +549,7 @@ library
556549
, Streamly.Internal.Data.MutArray.Type
557550

558551
, Streamly.Internal.Data.Array.Type
552+
, Streamly.Internal.Data.Array.Generic.Type
559553

560554
, Streamly.Internal.Data.MutByteArray.Type
561555
, Streamly.Internal.Data.Unbox

0 commit comments

Comments
 (0)