This file is indexed.

/var/lib/ghc/package.conf.d/swish-0.9.0.7.conf is in libghc-swish-dev 0.9.0.7-1build2.

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
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
name: swish
version: 0.9.0.7
id: swish-0.9.0.7-dd6308673c3dac1cd089161c3b37c368

license: LGPL
copyright: (c) 2003, 2004 G. Klyne; 2009 Vasili I Galchin; 2011, 2012, 2013 Doug Burke; All rights reserved.
maintainer: dburke@cfa.harvard.edu
stability: experimental
homepage: https://bitbucket.org/doug_burke/swish/wiki/Home
package-url:
synopsis: A semantic web toolkit.
description: Swish is a framework, written in the purely functional
             programming language Haskell, for performing deductions in
             RDF data using a variety of techniques. Swish is conceived
             as a toolkit for experimenting with RDF inference, and for
             implementing stand-alone RDF file processors (usable in
             similar style to CWM, but with a view to being extensible
             in declarative style through added Haskell function and data
             value declarations). It explores Haskell as \"a scripting
             language for the Semantic Web\".
             .
             Swish is a work-in-progress, and currently incorporates:
             .
             * Turtle, Notation3 and NTriples input and output. The N3 support is
             incomplete (no handling of @\@forAll@).
             .
             * RDF graph isomorphism testing and merging.
             .
             * Display of differences between RDF graphs.
             .
             * Inference operations in forward chaining, backward chaining and proof-checking modes.
             .
             * Simple Horn-style rule implementations, extendable through variable binding modifiers and filters.
             .
             * Class restriction rule implementation, primarily for datatype inferences.
             .
             * RDF formal semantics entailment rule implementation.
             .
             * Complete, ready-to-run, command-line and script-driven programs.
             .
             Changes in version @0.9.0.7@:
             .
             * Minor documentation fix for @Swish.RDF.Graph.quote@.
             .
             Changes in version @0.9.0.6@:
             .
             * Turtle/N3 output: @\\f@ characters in literals are converted to
             @\\u000C@ to work around some interoperability issues.
             .
             * Changed the test handling to use @test-framework@.
             .
             Changes in version @0.9.0.5@:
             .
             * Turtle/N3 output: more changes for string literals containing
             double-quote characters.
             .
             * N3 Parser: parsing of string literals within three quote marks has
             been updated to match the Turtle parser.
             .
             * Turtle Parser: a few more error messages have been added.
             .
             Changes in version @0.9.0.4@:
             .
             * Turtle parser: updated to the Candidate Recommendation (19 February 2013)
             specification; added minor improvements to error messages when
             given invalid syntax. As part of the upgrade, there is no longer a
             default namespace set up for the empty prefix and numeric literals
             are no-longer converted into a canonical form.
             .
             * Turtle/N3 output: improved string formatting (better handling of
             string literals with three or more consecutive @\"@ characters); blank
             node handling has been improved but the output may not be as elegant.
             .
             * NTriples parser: now accepts upper-case language tags such as
             @en-UK@ (case is preserved).
             .
             * @Swish.QName.LName@ names can now contain @#@, @:@ and @/@ characters.
             .
             * Added tests for the Turtle parser and formatter.
             .
             * The new @w3ctests@ flag will build the @runw3ctests@ executable,
             which will run the W3C Turtle tests (if downloaded from
             <http://www.w3.org/2013/TurtleTests/>).
             .
             * Minor fixes and additions to the documentation.
             .
             Changes in version @0.9.0.3@:
             .
             * Minor Haddock fix to @Swish.RDF.Parser.Utils.appendURIs@.
             .
             Changes in version @0.9.0.2@:
             .
             * Updated the upper bound on the polyparse dependency.
             .
             Changes in version @0.9.0.1@:
             .
             * Updated the upper bound on the semigroup dependency (thanks to
             Leif Warner).
             .
             Changes in version @0.9.0.0@:
             .
             * Updated to support @hashable-1.2@ series; although this should *not*
             change the API from the @0.8@ series, I have decided to bump up the version to
             @0.9@ just in case.
             .
             * Fix failing test on 64-bit GHC (no change to the library).
             .
             Changes in previous versions can be found at <https://bitbucket.org/doug_burke/swish/src/tip/CHANGES>.
             .
             References:
             .
             - <http://www.ninebynine.org/RDFNotes/Swish/Intro.html>
             .
             - <http://www.ninebynine.org/Software/swish-0.2.1.html>
             .
             - CWM: <http://www.w3.org/2000/10/swap/doc/cwm.html>
             .
category: Semantic Web
author: Graham Klyne - GK@ninebynine.org
exposed: True
exposed-modules: Data.Interned.URI Data.Ord.Partial
                 Data.String.ShowLines Network.URI.Ord Swish Swish.Commands
                 Swish.Datatype Swish.GraphClass Swish.GraphMatch Swish.GraphMem
                 Swish.GraphPartition Swish.Monad Swish.Namespace Swish.Proof
                 Swish.QName Swish.RDF Swish.RDF.BuiltIn Swish.RDF.BuiltIn.Datatypes
                 Swish.RDF.BuiltIn.Rules Swish.RDF.ClassRestrictionRule
                 Swish.RDF.Datatype Swish.RDF.Datatype.XSD.Decimal
                 Swish.RDF.Datatype.XSD.Integer Swish.RDF.Datatype.XSD.MapDecimal
                 Swish.RDF.Datatype.XSD.MapInteger Swish.RDF.Datatype.XSD.String
                 Swish.RDF.Formatter.NTriples Swish.RDF.Formatter.N3
                 Swish.RDF.Formatter.Turtle Swish.RDF.Graph Swish.RDF.GraphShowLines
                 Swish.RDF.Parser.NTriples Swish.RDF.Parser.N3
                 Swish.RDF.Parser.Turtle Swish.RDF.Parser.Utils Swish.RDF.Proof
                 Swish.RDF.ProofContext Swish.RDF.Query Swish.RDF.Ruleset
                 Swish.RDF.VarBinding Swish.RDF.Vocabulary
                 Swish.RDF.Vocabulary.DublinCore Swish.RDF.Vocabulary.FOAF
                 Swish.RDF.Vocabulary.Geo Swish.RDF.Vocabulary.OWL
                 Swish.RDF.Vocabulary.Provenance Swish.RDF.Vocabulary.RDF
                 Swish.RDF.Vocabulary.SIOC Swish.RDF.Vocabulary.XSD Swish.Rule
                 Swish.Ruleset Swish.Script Swish.Utils.ListHelpers Swish.VarBinding
hidden-modules: Swish.RDF.Formatter.Internal
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/swish-0.9.0.7/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/swish-0.9.0.7/ghc-7.6.3
hs-libraries: HSswish-0.9.0.7
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
         containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2
         directory-1.2.0.1-91a788fd88acd7f149f0f10f5f1e23f2
         filepath-1.3.0.1-b12cbe18566fe1532a1fda4c85e31cbe
         hashable-1.2.1.0-7e83190fbb1b0ba81d7022fa876f0f8b
         intern-0.9.1.1-8fa777e3de27c1a5742a485d930a6765
         mtl-2.1.2-94c72af955e94b8d7b2f359dadd0cb62
         network-2.4.1.2-040cee5ece44014a8574cb3f87b1eec4
         old-locale-1.0.0.5-6729cb9d9cc62d150655de8fc5401b91
         polyparse-1.7-5486b1c4382d136514b641806cf4d06c
         semigroups-0.9-73a419ce05af9d7589969e187fb66622
         text-0.11.3.1-e38859e86485c167fa7c9441789e7607
         time-1.4.0.1-10dc4804a19dc0000fab79908f1a9f50
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/swish-0.9.0.7/swish.haddock
haddock-html: /usr/share/doc/libghc-swish-doc/html/