Skip to content

Commit 06624d3

Browse files
Move CString from MutByteArray to directly under Data
1 parent 7bc66fa commit 06624d3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core/src/Streamly/Internal/Data/MutByteArray/CString.hs renamed to core/src/Streamly/Internal/Data/CString.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{-# LANGUAGE UnliftedFFITypes #-}
33

44
-- |
5-
-- Module : Streamly.Internal.Data.MutByteArray.CString
5+
-- Module : Streamly.Internal.Data.CString
66
-- Copyright : (c) 2023 Composewell Technologies
77
-- License : BSD3-3-Clause
88
-- Maintainer : [email protected]
@@ -12,7 +12,7 @@
1212
-- All APIs in this module are unsafe and caution must be used when using them.
1313
-- Completely experimental. Everything is subject to change without notice.
1414

15-
module Streamly.Internal.Data.MutByteArray.CString
15+
module Streamly.Internal.Data.CString
1616
(
1717
splice
1818
, spliceCString

core/streamly-core.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ library
341341

342342
-- streamly-core-array-types
343343
, Streamly.Internal.Data.MutByteArray
344-
, Streamly.Internal.Data.MutByteArray.CString
344+
, Streamly.Internal.Data.CString
345345

346346
-- streaming and parsing Haskell types to/from bytes
347347
, Streamly.Internal.Data.Binary.Parser

0 commit comments

Comments
 (0)