snaplet-sass 0.1.1.0 → 0.1.2.0
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~configuratordep ~filepathPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: configurator, filepath
API changes (from Hackage documentation)
Files
- snaplet-sass.cabal +3/−3
snaplet-sass.cabal view
@@ -1,5 +1,5 @@ name: snaplet-sass-version: 0.1.1.0+version: 0.1.2.0 synopsis: Sass integration for Snap with request- and pre-compilation. description: Sass integration for Snap with request based compilation during development and precompilation in production. For more information, please see <https://github.com/lukerandall/snaplet-sass>.@@ -39,9 +39,9 @@ build-depends: base >= 4 && < 5 , bytestring >= 0.9 && < 0.11- , configurator == 0.3.*+ , configurator >= 0.2 && < 0.4 , directory >= 1.1 && < 1.3- , filepath == 1.3.*+ , filepath >= 1.3 && < 1.5 , mtl >= 2.1 && < 2.3 , process >= 1.1 && <= 1.3 , snap >= 0.11.1 && < 0.15