This file is indexed.

/var/lib/ghc/package.conf.d/yi-0.7.0.conf is in libghc-yi-dev 0.7.0-1build4.

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
name: yi
version: 0.7.0
id: yi-0.7.0-4c76939280c32b556c0ca864782036d0

license: GPL
copyright:
maintainer: yi-devel@googlegroups.com
stability:
homepage: http://haskell.org/haskellwiki/Yi
package-url:
synopsis: The Haskell-Scriptable Editor
description: Yi is a text editor written in Haskell and extensible in Haskell. The goal of the Yi project is
             to provide a flexible, powerful, and correct editor for haskell hacking.
category: Development, Editor
author: AUTHORS
exposed: True
exposed-modules: Yi.UI.Pango Yi.UI.Pango.Control Yi.UI.Vty Yi
                 Yi.Boot Yi.Buffer Yi.Buffer.Basic Yi.Buffer.HighLevel
                 Yi.Buffer.Indent Yi.Buffer.Normal Yi.Buffer.Misc Yi.Buffer.Region
                 Yi.Buffer.TextUnit Yi.Buffer.Undo Yi.Command Yi.Completion
                 Yi.Config Yi.Config.Default Yi.Config.Misc Yi.Config.Simple
                 Yi.Config.Simple.Types Yi.Core Yi.Debug Yi.Dired Yi.Dynamic
                 Yi.Editor Yi.Eval Yi.Event Yi.File Yi.History Yi.Hoogle Yi.Hooks
                 Yi.IReader Yi.IncrementalParse Yi.Interact Yi.JumpList Yi.Keymap
                 Yi.Keymap.Completion Yi.Keymap.Cua Yi.Keymap.Emacs
                 Yi.Keymap.Emacs.KillRing Yi.Keymap.Emacs.Utils Yi.Keymap.Keys
                 Yi.Keymap.Readline Yi.Keymap.Vim Yi.Keymap.Vim.TagStack
                 Yi.Keymap.Vim2 Yi.Keymap.Vim2.Common Yi.Keymap.Vim2.Digraph
                 Yi.Keymap.Vim2.Eval Yi.Keymap.Vim2.EventUtils Yi.Keymap.Vim2.Ex
                 Yi.Keymap.Vim2.Ex.Commands.Common
                 Yi.Keymap.Vim2.Ex.Commands.BufferDelete
                 Yi.Keymap.Vim2.Ex.Commands.Delete Yi.Keymap.Vim2.Ex.Commands.Edit
                 Yi.Keymap.Vim2.Ex.Commands.Global
                 Yi.Keymap.Vim2.Ex.Commands.GotoLine Yi.Keymap.Vim2.Ex.Commands.Nohl
                 Yi.Keymap.Vim2.Ex.Commands.Paste Yi.Keymap.Vim2.Ex.Commands.Quit
                 Yi.Keymap.Vim2.Ex.Commands.Reload
                 Yi.Keymap.Vim2.Ex.Commands.Substitute
                 Yi.Keymap.Vim2.Ex.Commands.Write Yi.Keymap.Vim2.Ex.Commands.Yi
                 Yi.Keymap.Vim2.Ex.Types Yi.Keymap.Vim2.Ex.Eval Yi.Keymap.Vim2.ExMap
                 Yi.Keymap.Vim2.InsertMap Yi.Keymap.Vim2.MatchResult
                 Yi.Keymap.Vim2.Motion Yi.Keymap.Vim2.NormalMap
                 Yi.Keymap.Vim2.NormalOperatorPendingMap Yi.Keymap.Vim2.Operator
                 Yi.Keymap.Vim2.ReplaceMap Yi.Keymap.Vim2.ReplaceSingleCharMap
                 Yi.Keymap.Vim2.Search Yi.Keymap.Vim2.SearchMotionMap
                 Yi.Keymap.Vim2.StateUtils Yi.Keymap.Vim2.StyledRegion
                 Yi.Keymap.Vim2.TextObject Yi.Keymap.Vim2.Utils
                 Yi.Keymap.Vim2.VisualMap Yi.KillRing Yi.Layout Yi.Lexer.Abella
                 Yi.Lexer.Alex Yi.Lexer.Cabal Yi.Lexer.Compilation Yi.Lexer.C
                 Yi.Lexer.ObjectiveC Yi.Lexer.Cplusplus Yi.Lexer.Haskell
                 Yi.Lexer.JavaScript Yi.Lexer.Java Yi.Lexer.JSON Yi.Lexer.Latex
                 Yi.Lexer.LiterateHaskell Yi.Lexer.GitCommit Yi.Lexer.GNUMake
                 Yi.Lexer.OCaml Yi.Lexer.Ott Yi.Lexer.Perl Yi.Lexer.Python
                 Yi.Lexer.Ruby Yi.Lexer.Srmc Yi.Lexer.SVNCommit Yi.Lexer.Whitespace
                 Yi.Main Yi.MiniBuffer Yi.Misc Yi.Mode.Abella Yi.Mode.Buffers
                 Yi.Mode.Compilation Yi.Mode.Haskell Yi.Mode.Haskell.Dollarify
                 Yi.Mode.IReader Yi.Mode.Interactive Yi.Mode.JavaScript
                 Yi.Mode.Latex Yi.Modes Yi.Monad Yi.Paths Yi.PersistentState
                 Yi.Prelude Yi.Process Yi.Rectangle Yi.Regex Yi.Region Yi.Snippets
                 Yi.Snippets.Haskell Yi.Search Yi.String Yi.Style Yi.Style.Library
                 Yi.Syntax Yi.Syntax.Driver Yi.Syntax.Haskell Yi.Syntax.JavaScript
                 Yi.Syntax.Latex Yi.Syntax.Layout Yi.Syntax.OnlineTree
                 Yi.Syntax.Paren Yi.Syntax.Tree Yi.Syntax.Strokes.Haskell Yi.Tab
                 Yi.Tag Yi.TextCompletion Yi.UI.Common Yi.UI.Batch Yi.UI.Utils
                 Yi.UI.TabBar Yi.Verifier.JavaScript Yi.Window Yi.Char.Unicode
hidden-modules: Yi.UI.Pango.Layouts Yi.UI.Pango.Utils Paths_yi
                Yi.Buffer.Implementation Parser.Incremental Control.Exc
                Data.DelayList Data.Prototype Data.Rope Data.Trie Shim.CabalInfo
                Shim.Utils Shim.ProjectContent System.CanonicalizePath
                System.FriendlyPath
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/yi-0.7.0/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/yi-0.7.0/ghc-7.6.3
hs-libraries: HSyi-0.7.0
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: Cabal-1.16.0-c6e09e008cd04cf255c1ce0c59aba905
         Diff-0.3.0-17d3ddb42675017dc066afaa731d1baf
         QuickCheck-2.6-409fcc32c191cd6e04afdebb15869820
         array-0.4.0.1-3b78425c10ff2dad7acf7e8c8ae014c3
         base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
         binary-0.5.1.1-72ed744c57c32286a49da6dda4f660b7
         bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f
         cautious-file-1.0.2-43633a39eb6e84646b61d43c7395fa91
         concrete-typerep-0.1.0.2-5ce8c82365a6abdaa58c18263aaa1b50
         containers-0.5.0.0-ab1dae9a94cd3cc84e7b2805636ebfa2
         data-accessor-0.2.2.3-f24d7b20ee893250e18d920b0eca66dc
         data-accessor-mtl-0.2.0.3-c0ed139fbf78bc8fed2c9fe78a4c0d59
         data-accessor-template-0.2.1.10-ed0ee3a686c2213a957b945191d728c0
         derive-2.5.13-8b29c35d62f494bbd67cec736335ef28
         directory-1.2.0.1-91a788fd88acd7f149f0f10f5f1e23f2
         dlist-0.5-6480552fbf191185cc86167748682e90
         dyre-0.8.11-cff384c153558a3930e8e7e955fd9077
         filepath-1.3.0.1-b12cbe18566fe1532a1fda4c85e31cbe
         fingertree-0.1.0.0-3de792d6eb5e6dff46a927fde892fdeb
         ghc-paths-0.1.0.9-33cf158d45e15d2ea66fe4694a916f3a
         glib-0.12.4-e3c24025d434894ff47dcfccf269abe4
         gtk-0.12.4-b93da7450dfc69cb187cd1527af139e9
         hashable-1.2.1.0-7e83190fbb1b0ba81d7022fa876f0f8b
         hint-0.3.3.6-f16dfd99fddc3479e36add5de6aedb40
         mtl-2.1.2-94c72af955e94b8d7b2f359dadd0cb62
         old-locale-1.0.0.5-6729cb9d9cc62d150655de8fc5401b91
         pango-0.12.4-174180270d0277afb10a5dc3a07f4df4
         parsec-3.1.3-6c6e21cb4ed4ef9d58fdf442940b152e
         pointedlist-0.4.0.4-789e2c2adb14be777f8830c1dbe9d298
         process-1.1.0.2-76e05340eb66705981411022731ca84a
         pureMD5-2.1.2.1-ce889767ea8776e8979376e2705ece70
         random-1.0.1.1-43fdc5da991685d8a0ec8cb553880cf8
         regex-base-0.93.2-f9403610b59f8cc474edd63a82806d18
         regex-tdfa-1.1.8-a4710d62e3e3140fab46c3ea204d8204
         split-0.2.2-9ce33138f4fcfb9c37f6e6c300bcc367
         template-haskell-2.8.0.0-a3012803fde1dc362e555b35a1a78e6d
         time-1.4.0.1-10dc4804a19dc0000fab79908f1a9f50
         uniplate-1.6.11-e0e0c4486f5da4c264e86ed14f96d552
         unix-2.6.0.1-f12544f106e651e2866b480a05caac7c
         unix-compat-0.4.0.0-51428add10952cfc378af284f9fc35c6
         unordered-containers-0.2.3.0-9584b653deee0b5f16062e26c5ddf569
         utf8-string-0.3.7-26a8ed8ca48fe809983bde6faca943a9
         vty-4.7.0.20-ff401d6c708751e0b7b393d0e2789dfe
         xdg-basedir-0.2.2-b124630513cb712b71b71a4f000673d5
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/yi-0.7.0/yi.haddock
haddock-html: /usr/share/doc/libghc-yi-doc/html/