packages feed

siphon-0.1: src/Siphon/Content.hs

module Siphon.Content
  ( byteStringChar8
  , text
  ) where

import Siphon.Internal (byteStringChar8)
import Siphon.Internal.Text (text)