This version can be pinned in stack with:hlibsass-0.1.10.1@sha256:08db56c633e9a83a642d8ea57dffa93112b092d05bf8f3b07491cfee9ee0dfa5,2565
Module documentation for 0.1.10.1 
This package provides (very) low level bindings to LibSass. By default, it
uses LibSass compiled as a static library, so if you use this in your project,
you have to link your project with C++ runtime (which hLibsass does
automatically - links with libstdc++ ).
For documentation visit https://github.com/sass/libsass .
Change Log 
All notable changes to this project will be documented in this file.
Fixed 
The package contains correct libsass/VERSION file 
Always generate libsass/VERSION file 
 
Changed 
Update to LibSass 3.6.4 
Simplify build on Windows 
 
Changed 
Changed 
Changed 
Update to Libsass 3.5.5 
Use gmake instead of make if available 
 
Changed 
Fixed 
Build process (Stack.hs) works with Cabal 1.X and Cabal 2.X 
 
Fixed 
tools/libpath.sh recognizes stack 
Changed 
Fixed 
Build process for dependant libraries works with Cabal 1.24 & Stack 1.4 
 
Added 
Bindings to sass_value_op, sass_import_get_imp_path and
sass_import_get_abs_path 
 
Changed 
Uses Libsass 3.3.2 
sass_import_get_path and sass_import_get_base have been removed from
Libsass 
Fixed 
Setup copies libsass.a even when Cabal-1.18 is used. 
 
Added 
Ability to link to existing version of libsass. 
Support for building (and linking to) shared version of libsass. 
 
Fixed 
hlibsass may be used in ghci when linked with shared version of libsass. 
 
Changed 
libsass/VERSION file is generated during sdist phase. 
Fixed 
all tests pass (libsass reports correct version). 
 
Added 
Bindings to sass_string_is_quoted, sass_string_set_quoted and
sass_make_qstring. 
 
Changed 
libsass @ 3672661 is used. 
 
Fixed 
Link to compare in this changelog. 
 
Added 
This CHANGELOG file. 
.editorconfig file.Tests for Libsass version. 
 
Fixed 
libsass is not specified twice in extra libraries. 
 
Fixed 
Build process - cabal install now works correctly 
 
0.1.0.0 - 2015-04-11 
Added 
Bindings to Libsass C API 
Basic tests 
 
Stackage is a service provided by the
Haskell Foundation 
│ Originally developed by
FP Complete