/var/lib/ghc/package.conf.d/hsx2hs-0.13.4.conf is in libghc-hsx2hs-dev 0.13.4-1build1.
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 | name: hsx2hs
version: 0.13.4
id: hsx2hs-0.13.4-543129334a3732272b4f260d345764da
key: hsx2h_5VuxyniAFzgIC9Lg3XccmM
license: BSD3
maintainer: Jeremy Shaw <stepcut@n-heptane.com>
stability: Experimental
homepage: https://github.com/seereason/hsx2hs
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:
Language.Haskell.HSX.Transform Language.Haskell.HSX.QQ
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/hsx2hs-0.13.4-5VuxyniAFzgIC9Lg3XccmM
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/hsx2hs-0.13.4-5VuxyniAFzgIC9Lg3XccmM
data-dir: /usr/share/hsx2hs
hs-libraries: HShsx2hs-0.13.4-5VuxyniAFzgIC9Lg3XccmM
depends:
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
bytestring-0.10.6.0-9a873bcf33d6ce2fd2698ce69e2c1c66
haskell-src-exts-1.17.1-5b24e5069ca0ab1de212ea615fdf0514
haskell-src-meta-0.6.0.13-f17d178deb1befdd15a689c6fe5d3c06
mtl-2.2.1-3af90341e75ee52dfc4e3143b4e5d219
template-haskell-2.10.0.0-3c4cb52230f347282af9b2817f013181
utf8-string-1.0.1.1-09f6924ad5da4f093413455bda66bd2c
haddock-interfaces: /usr/lib/ghc-doc/haddock/hsx2hs-0.13.4/hsx2hs.haddock
haddock-html: /usr/share/doc/libghc-hsx2hs-doc/html/
|