package.yaml 744 B

12345678910111213141516171819202122232425262728293031323334353637
  1. name: shakespeare-sass
  2. version: '0.1.4'
  3. synopsis: SASS support for Shakespeare and Yesod
  4. description: SASS support for Shakespeare and Yesod
  5. category: Web
  6. author: Filip Brcic, fr33domlover
  7. maintainer: brcha@yandex.com
  8. license: BSD3
  9. github: brcha/shakespeare-sass
  10. extra-source-files:
  11. - README.md
  12. default-extensions:
  13. - TemplateHaskell
  14. - QuasiQuotes
  15. - RecordWildCards
  16. - CPP
  17. - TupleSections
  18. dependencies:
  19. - base >=4 && <5
  20. - template-haskell
  21. - yesod >=1.4.1 && <1.5.0
  22. - yesod-core >=1.4.6 && <1.5.0
  23. - shakespeare >=2.0.13 && <2.1
  24. - hsass >= 0.5.0 && <0.6.0
  25. - parsec >= 2 && < 4
  26. - bytestring
  27. - utf8-string
  28. - base16-bytestring
  29. - cryptonite
  30. - filepath
  31. - directory
  32. - transformers
  33. library:
  34. source-dirs: src
  35. exposed-modules:
  36. - Text.Shakespeare.Sass