cabal-version: 1.12
-- 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
source-repository head
type: git
location: https://github.com/brcha/shakespeare-sass
library
hs-source-dirs:
src
default-extensions: TemplateHaskell QuasiQuotes
build-depends:
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