The latest version of hsass is 0.8.0-2.

hsass

Version 0.4.1 revision 0 uploaded by jakubfijalkowski.

Package meta

Synopsis
Integrating Sass into Haskell applications.
Description

This package provides quite simple (but not too simple) API for compilation of Sass code. It uses libsass (hlibsass) underneath, so the code it parses/generates should be compatible with original Sass implementation (or at least 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.

Author
Jakub Fijałkowski <fiolek94@gmail.com>
Bug reports
n/a
Category
Text
Copyright
n/a
Homepage
https://github.com/jakubfijalkowski/hsass
Maintainer
fiolek94@gmail.com
Package URL
n/a
Stability
experimental

Components