/var/lib/ghc/package.conf.d/hxt-regex-xmlschema-9.2.0.2.conf is in libghc-hxt-regex-xmlschema-dev 9.2.0.2-4build1.
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 | name: hxt-regex-xmlschema
version: 9.2.0.2
id: hxt-regex-xmlschema-9.2.0.2-a4666b0433868cfe4715e7a529c616f7
key: hxtre_85V9rELSDtNI3eeEeqzl0t
license: MIT
copyright: Copyright (c) 2010- Uwe Schmidt
maintainer: Uwe Schmidt <uwe@fh-wedel.de>
stability: stable
homepage: http://www.haskell.org/haskellwiki/Regular_expressions_for_XML_Schema
synopsis: A regular expression library for W3C XML Schema regular expressions
description:
This library supports full W3C XML Schema regular expressions
inclusive all Unicode character sets and blocks.
The complete grammar can be found under <http://www.w3.org/TR/xmlschema11-2/#regexs>.
It is implemented by the technique of derivations of regular expressions.
.
The W3C syntax is extended to support not only union of regular sets,
but also intersection, set difference, exor.
Matching of subexpressions is also supported.
.
The library can be used for constricting lightweight scanners and tokenizers.
It is a standalone library, no external regex libraries are used.
.
Extensions in 9.2: The library does nor only support String's, but also
ByteString's and Text in strict and lazy variants
category: Text
author: Uwe Schmidt
exposed: True
exposed-modules:
Text.Regex.Glob.String Text.Regex.Glob.Generic
Text.Regex.Glob.Generic.RegexParser Text.Regex.XMLSchema.String
Text.Regex.XMLSchema.Generic Text.Regex.XMLSchema.Generic.Matching
Text.Regex.XMLSchema.Generic.RegexParser
Text.Regex.XMLSchema.Generic.Regex
Text.Regex.XMLSchema.Generic.StringLike
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/hxt-regex-xmlschema-9.2.0.2-85V9rELSDtNI3eeEeqzl0t
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/hxt-regex-xmlschema-9.2.0.2-85V9rELSDtNI3eeEeqzl0t
data-dir: /usr/share/hxt-regex-xmlschema
hs-libraries: HShxt-regex-xmlschema-9.2.0.2-85V9rELSDtNI3eeEeqzl0t
depends:
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
bytestring-0.10.6.0-9a873bcf33d6ce2fd2698ce69e2c1c66
hxt-charproperties-9.2.0.1-77fe045e8800c23e8f83f796f77dd37a
parsec-3.1.9-c97a6d9077152efda935fd305a6ba92b
text-1.2.2.0-2c09cfae3213a07ad08b7cc1c9a4bb52
haddock-interfaces: /usr/lib/ghc-doc/haddock/hxt-regex-xmlschema-9.2.0.2/hxt-regex-xmlschema.haddock
haddock-html: /usr/share/doc/libghc-hxt-regex-xmlschema-doc/html/
|