hsass-0.6.0: Integrating Sass into Haskell applications.

Safe HaskellNone
LanguageHaskell2010

Text.Sass.Compilation.Internal

Description

Helper functions used by Compilation module.

Synopsis

Documentation

newCString :: ByteString -> IO CString Source #

Copies ByteString to newly allocated CString. The result must be | explicitly freed using free or finalizerFree.