snaplet-sass 0.1.0.0 → 0.1.1.0
raw patch · 1 files changed
+6/−33 lines, 1 filesdep ~configuratordep ~snapPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: configurator, snap
API changes (from Hackage documentation)
Files
- snaplet-sass.cabal +6/−33
snaplet-sass.cabal view
@@ -1,41 +1,14 @@ name: snaplet-sass-version: 0.1.0.0+version: 0.1.1.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.- .- Get started by reading through the <https://github.com/lukerandall/snaplet-sass README>.- .- = Brief overview- .- Add the snaplet to your App in Application.hs- .- > import Snap.Snaplet.Sass- >- > data App = App [- > _sass :: Snaplet Sass- > ] -- these should be curly braces but haddock doesn't allow it- .- In Site.hs, add a route for sass to serve from and initialize the snaplet- .- > routes = [..., ("/sass", with sass sassServe)]- >- > app :: SnapletInit App App- > app = makeSnaplet "app" "A snaplet example application." Nothing $ do- > s <- nestSnaplet "sass" sass initSass- > return $ App s- .- Now add your Sass files to snaplets\/sass\/src and they'll be served- at \/sass\//FILE/.css. Take note that the .sass or .scss extension will- be replaced with .css.- .-+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>. license: BSD3 license-file: LICENSE author: Luke Randall maintainer: luke.randall@gmail.com homepage: https://github.com/lukerandall/snaplet-sass-bug-reports: https://github.com/lukerandall/snaplet-sass/issues+bug-reports: https://github.com/lukerandall/lukerandall-sass/issues category: Web, Snap build-type: Simple cabal-version: >=1.8@@ -66,11 +39,11 @@ build-depends: base >= 4 && < 5 , bytestring >= 0.9 && < 0.11- , configurator == 0.2.*+ , configurator == 0.3.* , directory >= 1.1 && < 1.3 , filepath == 1.3.* , mtl >= 2.1 && < 2.3 , process >= 1.1 && <= 1.3- , snap >= 0.11.1 && < 0.14+ , snap >= 0.11.1 && < 0.15 , snap-core >= 0.9.3.1 && < 0.10 , transformers >= 0.3 && < 0.4 || > 0.4.1 && < 0.5