MIT licensed by Jakub FijaƂkowski
Maintained by [email protected]
This version can be pinned in stack with:hlibsass-0.1.5.0@sha256:b3f16dc26a5a74b0a2796c944c770c93b6c825e40f7110d1d0fc1f00dd7339fe,2323
Depends on 1 package(full list with versions):
Used by 1 package in lts-8.5(full list with versions):

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.

Changes

Change Log

All notable changes to this project will be documented in this file.

0.1.5.0 - 2015-12-19

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

0.1.4.0 - 2015-07-10

Fixed

  • Setup copies libsass.a even when Cabal-1.18 is used.

0.1.3.0 - 2015-06-08

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.

0.1.2.1 - 2015-06-02

Changed

  • libsass/VERSION file is generated during sdist phase.

Fixed

  • all tests pass (libsass reports correct version).

0.1.2.0 - 2015-06-01

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.

0.1.1.1 - 2015-04-12

Added

  • This CHANGELOG file.
  • .editorconfig file.
  • Tests for Libsass version.

Fixed

  • libsass is not specified twice in extra libraries.

0.1.1.0 - 2015-04-11

Fixed

  • Build process - cabal install now works correctly

0.1.0.0 - 2015-04-11

Added

  • Bindings to Libsass C API
  • Basic tests