Skip to content

Commit

Permalink
Release the Unbox and friends via Streamly.Data.Unbox
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyaov committed Jul 29, 2023
1 parent 17a819f commit 9102fba
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions core/src/Streamly/Data/Unbox.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
-- |
-- Module : Streamly.Data.Unbox
-- Copyright : (c) 2023 Composewell Technologies
-- License : BSD3-3-Clause
-- Maintainer : [email protected]
-- Portability : GHC
--
module Streamly.Data.Unbox
( Unbox(..)
, MutableByteArray
, deriveUnbox
, deriveUnboxWith
) where

import Streamly.Internal.Data.Unbox
import Streamly.Internal.Data.Unbox.TH
1 change: 1 addition & 0 deletions core/streamly-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,7 @@ library
-- streamly-core released modules in alphabetic order
-- NOTE: these must be added to streamly.cabal as well
, Streamly.Console.Stdio
, Streamly.Data.Unbox
, Streamly.Data.Array
, Streamly.Data.Array.Generic
, Streamly.Data.MutArray
Expand Down

0 comments on commit 9102fba

Please sign in to comment.