packages feed

hlibsass-0.1.4.0: CHANGELOG.md

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

## [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

[0.1.4.0]: https://github.com/jakubfijalkowski/hlibsass/compare/v0.1.3.0...v0.1.4.0
[0.1.3.0]: https://github.com/jakubfijalkowski/hlibsass/compare/v0.1.2.1...v0.1.3.0
[0.1.2.1]: https://github.com/jakubfijalkowski/hlibsass/compare/v0.1.2.0...v0.1.2.1
[0.1.2.0]: https://github.com/jakubfijalkowski/hlibsass/compare/v0.1.1.1...v0.1.2.0
[0.1.1.1]: https://github.com/jakubfijalkowski/hlibsass/compare/v0.1.1.0...v0.1.1.1
[0.1.1.0]: https://github.com/jakubfijalkowski/hlibsass/compare/v0.1.0.0...v0.1.1.0