packages feed

hsass 0.4.0 → 0.4.1

raw patch · 2 files changed

+7/−2 lines, 2 filesdep ~hlibsassPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hlibsass

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [0.4.1] - 2017-03-19+### Fixed+- Bump `hlibsass` version to 0.1.5.2 (fixes build problem on Cabal 1.24 & Stack+  1.4)+ ## [0.4.0] - 2015-12-19 ### Added - Support for combining `SassValues` (new in hlibsass 0.1.5)
hsass.cabal view
@@ -1,5 +1,5 @@ name:                hsass-version:             0.4.0+version:             0.4.1 license:             MIT license-file:        LICENSE author:              Jakub Fijałkowski <fiolek94@gmail.com>@@ -48,7 +48,7 @@     , Text.Sass.Utils   build-depends:       base               >= 4.7 && < 5-    , hlibsass           >= 0.1.5+    , hlibsass           >= 0.1.5.2     , bytestring         >= 0.10.0     , data-default-class     , filepath           >= 1.0