colonnade/siphon/src/Siphon/Content.hs

9 lines
139 B
Haskell

module Siphon.Content
( byteStringChar8
, text
) where
import Siphon.Internal (byteStringChar8)
import Siphon.Internal.Text (text)