Move Streamly.Data.Array module to streamly-core (#1881)

This commit is contained in:
Ranjeet Ranjan 2022-10-01 00:33:41 +05:30 committed by GitHub
parent 61af9fc739
commit 249efda55e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -357,6 +357,9 @@ library
, Streamly.Unicode.Stream
, Streamly.FileSystem.Handle
other-modules:
Streamly.Data.Array
if flag(dev)
exposed-modules:
Streamly.Internal.Data.Stream.StreamDK

View File

@ -217,6 +217,7 @@ extra-source-files:
core/src/Streamly/Data/Unfold.hs
core/src/Streamly/Internal/Data/Fold/Window.hs
core/src/Streamly/Data/Unbox.hs
core/src/Streamly/Data/Array.hs
core/src/Streamly/Data/Array/Unboxed.hs
core/src/Streamly/Data/Array/Unboxed/Mut.hs
core/src/Streamly/FileSystem/Handle.hs
@ -528,9 +529,6 @@ library
, Streamly.Data.Fold.Tee
, Streamly.Data.Array.Unboxed
other-modules:
Streamly.Data.Array
if flag(dev)
exposed-modules: Streamly.Data.SmallArray
, Streamly.Internal.Data.SmallArray
@ -562,7 +560,6 @@ library
, deepseq >= 1.4.1 && < 1.5
, directory >= 1.2.2 && < 1.4
, exceptions >= 0.8 && < 0.11
, ghc-prim >= 0.2 && < 0.10
, mtl >= 2.2 && < 2.4
, transformers >= 0.4 && < 0.7