/var/lib/ghc/package.conf.d/shakespeare-css-1.0.6.2.conf is in libghc-shakespeare-css-dev 1.0.6.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | name: shakespeare-css
version: 1.0.6.2
id: shakespeare-css-1.0.6.2-5bff52f6f8fefe06dacbc88726895911
license: MIT
copyright:
maintainer: Michael Snoyman <michael@snoyman.com>
stability: Stable
homepage: http://www.yesodweb.com/book/shakespearean-templates
package-url:
synopsis: Stick your haskell variables into css at compile time.
description:
.
Shakespeare is a template family for type-safe, efficient templates with simple variable interpolation. Shakespeare templates can be used inline with a quasi-quoter or in an external file. Shakespeare interpolates variables according to the type being inserted.
In this case, the variable type needs a ToCss instance.
.
This package contains 2 css template languages. The Cassius language uses whitespace to avoid the need for closing brackets and semi-colons. Lucius does not care about whitespace and is a strict superset of css. There are also some significant conveniences added for css.
.
Please see http://www.yesodweb.com/book/shakespearean-templates for a more thorough description and examples
category: Web, Yesod
author: Michael Snoyman <michael@snoyman.com>
exposed: True
exposed-modules: Text.Cassius Text.Lucius
hidden-modules: Text.MkSizeType Text.Css Text.IndentToBrace
Text.CssCommon
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/shakespeare-css-1.0.6.2/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/shakespeare-css-1.0.6.2/ghc-7.6.3
hs-libraries: HSshakespeare-css-1.0.6.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
parsec-3.1.3-6c6e21cb4ed4ef9d58fdf442940b152e
process-1.1.0.2-76e05340eb66705981411022731ca84a
shakespeare-1.0.2-a8df0efc4fad121e120c0f308660531d
template-haskell-2.8.0.0-a3012803fde1dc362e555b35a1a78e6d
text-0.11.3.1-e38859e86485c167fa7c9441789e7607
transformers-0.3.0.0-ff2bb6ac67241ebb987351a3db564af0
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/shakespeare-css-1.0.6.2/shakespeare-css.haddock
haddock-html: /usr/share/doc/libghc-shakespeare-css-doc/html/
|