File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/Streamly/Internal/Data Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
881212-- 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments