shakespeare-sass 0.1.0.3 → 0.1.4.1
raw patch · 1 files changed
+37/−31 lines, 1 filesdep ~hsassdep ~yesoddep ~yesod-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hsass, yesod, yesod-core
API changes (from Hackage documentation)
Files
- shakespeare-sass.cabal +37/−31
shakespeare-sass.cabal view
@@ -1,37 +1,43 @@--- Initial shakespeare-sass.cabal generated by cabal init. For further--- documentation, see http://haskell.org/cabal/users-guide/+cabal-version: 1.12 -name: shakespeare-sass-version: 0.1.0.3-synopsis: SASS support for Shakespeare and Yesod-description: SASS support for Shakespeare and Yesod-homepage: https://github.com/brcha/shakespeare-sass-license: BSD3-license-file: LICENSE-author: Filip Brcic-maintainer: brcha@gna.org--- copyright:-category: Web-build-type: Simple+-- This file has been generated from package.yaml by hpack version 0.31.2.+--+-- see: https://github.com/sol/hpack+--+-- hash: 57e6800a429c21146d690364c6b157677ebfe35fdc92895d8704c806dbca39ff++name: shakespeare-sass+version: 0.1.4.1+synopsis: SASS support for Shakespeare and Yesod+description: SASS support for Shakespeare and Yesod+category: Web+homepage: https://github.com/brcha/shakespeare-sass#readme+bug-reports: https://github.com/brcha/shakespeare-sass/issues+author: Filip Brcic+maintainer: brcha@yandex.com+license: BSD3+license-file: LICENSE+build-type: Simple extra-source-files:- README.md-cabal-version: >=1.10+ README.md+ source-repository head- type: git- location: https://github.com/brcha/shakespeare-sass+ type: git+ location: https://github.com/brcha/shakespeare-sass library- exposed-modules:- Text.Shakespeare.Sass- default-extensions:- TemplateHaskell- QuasiQuotes+ hs-source-dirs:+ src+ default-extensions: TemplateHaskell QuasiQuotes build-depends:- base >= 4 && < 5- , template-haskell- , yesod >= 1.4.1 && < 1.5.0- , yesod-core >= 1.4.6 && < 1.5.0- , shakespeare >= 2.0 && < 2.1- , hsass >= 0.2.0 && < 0.5.0- hs-source-dirs: src- default-language: Haskell2010+ base >=4 && <5+ , hsass >=0.2.0 && <=0.8.0+ , shakespeare >=2.0 && <2.1+ , template-haskell+ , yesod >=1.4.1 && <=1.6.0+ , yesod-core >=1.4.6 && <=1.6.14+ exposed-modules:+ Text.Shakespeare.Sass+ other-modules:+ Paths_shakespeare_sass+ default-language: Haskell2010