yesod-sass 0.1.1.0 → 0.1.2.0
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~hsassPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hsass
API changes (from Hackage documentation)
Files
- yesod-sass.cabal +2/−2
yesod-sass.cabal view
@@ -10,7 +10,7 @@ -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change-version: 0.1.1.0+version: 0.1.2.0 -- A short (one-line) description of the package. synopsis: A simple quasiquoter to include sass code in yesod@@ -64,7 +64,7 @@ -- Other library packages from which modules are imported. build-depends: base >=4 && <5- , hsass >= 0.2 && < 0.3+ , hsass >= 0.3 && < 0.4 , template-haskell , data-default , text