/var/lib/ghc/package.conf.d/shakespeare-js-1.1.0.conf is in libghc-shakespeare-js-dev 1.1.0-3build4.
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 | name: shakespeare-js
version: 1.1.0
id: shakespeare-js-1.1.0-933aac4df2589b893758f2494d7d8a3f
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 javascript/coffeescript 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 ToJavascript instance.
.
There is also shakespeare-coffeescript for coffeescript templates. Coffescript is a language that compiles down to javascript. It expects a coffeescript compiler in your path, and variable should be a ToCoffee instance. And we even have a Roy template for the adventorous FP addicts.
.
Please see http://www.yesodweb.com/book/shakespearean-templates for a more thorough description and examples
.
shakespeare-js was originally called julius, and shakespeare originated from the hamlet template package.
category: Web, Yesod
author: Michael Snoyman <michael@snoyman.com>
exposed: True
exposed-modules: Text.Julius Text.Coffee Text.Roy
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/shakespeare-js-1.1.0/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/shakespeare-js-1.1.0/ghc-7.6.3
hs-libraries: HSshakespeare-js-1.1.0
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: aeson-0.6.2.1-577558b1ce3cd5fea1a08a0ef665aee1
base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
shakespeare-1.0.2-a8df0efc4fad121e120c0f308660531d
template-haskell-2.8.0.0-a3012803fde1dc362e555b35a1a78e6d
text-0.11.3.1-e38859e86485c167fa7c9441789e7607
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/shakespeare-js-1.1.0/shakespeare-js.haddock
haddock-html: /usr/share/doc/libghc-shakespeare-js-doc/html/
|