/var/lib/ghc/package.conf.d/hsx-0.10.4.conf is in libghc-hsx-dev 0.10.4-3.
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 48 49 50 | name: hsx
version: 0.10.4
id: hsx-0.10.4-b4b6a706e6cfd1ed15d944f30c17d882
license: BSD3
copyright:
maintainer: Niklas Broberg <niklas.broberg@gmail.com>
stability: Experimental
homepage: http://patch-tag.com/r/nibro/hsx
package-url:
synopsis: HSX (Haskell Source with XML) allows literal XML syntax in Haskell source code.
description: HSX (Haskell Source with XML) allows literal XML syntax in Haskell source code.
The trhsx preprocessor translates .hsx source files into ordinary .hs files. Literal
XML syntax is translated into function calls for creating XML values of the appropriate
forms.
trhsx transforms literal XML syntax into a series of function calls. Any project
can make use of the syntax by providing definitions for those functions, and the
XML values produced will be of the types specified. This works for any types, since
trhsx doesn't make any assumptions, or inserts any information depending on types.
XMLGenerator defines a few typeclasses that together cover the functions injected by the
preprocessor. A project that uses these classes to provide the semantics for the injected
syntax will be able to use any functions written in terms of these, allowing better code
reusability than if each project defines its own semantics for the XML syntax. Also, the classes
makes it possible to use the literal syntax at different types within the same module.
Achieving that is not as simple as it may seem, but the XMLGenerator module provides all the
necessary machinery.
category: Language
author: Niklas Broberg, Joel Bjornson
exposed: True
exposed-modules: HSX.XMLGenerator HSX.Transform
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/hsx-0.10.4/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/hsx-0.10.4/ghc-7.6.3
hs-libraries: HShsx-0.10.4
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
haskell-src-exts-1.14.0-333a3eb6cc61e6f067d7dced83f38431
mtl-2.1.2-94c72af955e94b8d7b2f359dadd0cb62
utf8-string-0.3.7-26a8ed8ca48fe809983bde6faca943a9
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/hsx-0.10.4/hsx.haddock
haddock-html: /usr/share/doc/libghc-hsx-doc/html/
|