Package Info

ghc-hsass


Integrating Sass into Haskell applications


Development/Languages/Other

This package provides quite simple (but not too simple) API for compilation of <http://sass-lang.com/ Sass> code. It uses <http://libsass.org libsass> (hlibsass) underneath, so the code it parses/generates should be compatible with original Sass implementation (or at least <http://libsass.org/#sassc sassc>). This package tries to minimize C API usage, so the only place where it is used is in the 'compileFile' / 'compileString' methods. This allows us to stay pure as long as we can and not waste performance for going back and forth. If you feel that compilation options constrain you too much, you may use rest of modules without it. With them, you can use Haskell types and mechanisms to manage libsass's data(eg. importers, options, values) and modify compilation process as you like.


License: MIT
URL: https://hackage.haskell.org/package/hsass

Categories

Releases

Package Version Update ID Released Package Hub Version Platforms Subpackages
0.4.1-bp150.1.3 info GA Release 2018-07-30 15
  • AArch64
  • ppc64le
  • x86-64
  • ghc-hsass
  • ghc-hsass-devel