This file is indexed.

/var/lib/ghc/package.conf.d/Agda-2.5.1.1.conf is in libghc-agda-dev 2.5.1.1-3+b3.

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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
name: Agda
version: 2.5.1.1
id: Agda-2.5.1.1-D7i3toi3ly1FEjQkWaRq05
key: Agda-2.5.1.1-D7i3toi3ly1FEjQkWaRq05
license: OtherLicense
maintainer: Ulf Norell <ulfn@chalmers.se>
homepage: http://wiki.portal.chalmers.se/agda/
synopsis: A dependently typed functional programming language and proof assistant
description:
    Agda is a dependently typed functional programming language: It has
    inductive families, which are similar to Haskell's GADTs, but they
    can be indexed by values and not just types. It also has
    parameterised modules, mixfix operators, Unicode characters, and an
    interactive Emacs interface (the type checker can assist in the
    development of your code).
    .
    Agda is also a proof assistant: It is an interactive system for
    writing and checking proofs. Agda is based on intuitionistic type
    theory, a foundational system for constructive mathematics developed
    by the Swedish logician Per Martin-L&#xf6;f. It has many
    similarities with other proof assistants based on dependent types,
    such as Coq, Epigram and NuPRL.
    .
    This package includes both a command-line program (agda) and an
    Emacs mode. If you want to use the Emacs mode you can set it up by
    running @agda-mode setup@ (see the README).
    .
    Note that the Agda library does not follow the package versioning
    policy, because it is not intended to be used by third-party
    packages.
category: Dependent types
author: Ulf Norell, Andreas Abel, Nils Anders Danielsson, Makoto Takeyama, Catarina Coquand, with contributions by Stevan Andjelkovic, Marcin Benke, Jean-Philippe Bernardy, James Chapman, Jesper Cockx, Dominique Devriese, Peter Divanski, Fredrik Nordvall Forsberg, Olle Fredriksson, Daniel Gustafsson, Philipp Hausmann, Patrik Jansson, Alan Jeffrey, Wolfram Kahl, Fredrik Lindblad, Francesco Mazzoli, Stefan Monnier, Darin Morrison, Guilhem Moulin, Nicolas Pouillard, Andrés Sicard-Ramírez, Andrea Vezzosi and many more.
exposed: True
exposed-modules:
    Agda.Auto.Auto Agda.Auto.CaseSplit Agda.Auto.Convert
    Agda.Auto.NarrowingSearch Agda.Auto.SearchControl Agda.Auto.Syntax
    Agda.Auto.Typecheck Agda.Benchmarking Agda.Compiler.CallCompiler
    Agda.Compiler.Common Agda.Compiler.Epic.AuxAST
    Agda.Compiler.Epic.CaseOpts Agda.Compiler.Epic.Compiler
    Agda.Compiler.Epic.CompileState Agda.Compiler.Epic.Epic
    Agda.Compiler.Epic.Erasure Agda.Compiler.Epic.ForceConstrs
    Agda.Compiler.Epic.Forcing Agda.Compiler.Epic.FromAgda
    Agda.Compiler.Epic.Injection Agda.Compiler.Epic.Interface
    Agda.Compiler.Epic.NatDetection Agda.Compiler.Epic.Primitive
    Agda.Compiler.Epic.Smashing Agda.Compiler.Epic.Static
    Agda.Compiler.HaskellTypes Agda.Compiler.JS.Case
    Agda.Compiler.JS.Compiler Agda.Compiler.JS.Syntax
    Agda.Compiler.JS.Substitution Agda.Compiler.JS.Parser
    Agda.Compiler.JS.Pretty Agda.Compiler.MAlonzo.Compiler
    Agda.Compiler.MAlonzo.Encode Agda.Compiler.MAlonzo.Misc
    Agda.Compiler.MAlonzo.Pretty Agda.Compiler.MAlonzo.Primitives
    Agda.Compiler.ToTreeless Agda.Compiler.Treeless.Builtin
    Agda.Compiler.Treeless.Compare Agda.Compiler.Treeless.Erase
    Agda.Compiler.Treeless.GuardsToPrims
    Agda.Compiler.Treeless.NormalizeNames Agda.Compiler.Treeless.Pretty
    Agda.Compiler.Treeless.Simplify Agda.Compiler.Treeless.Subst
    Agda.Compiler.Treeless.Uncase Agda.Compiler.Treeless.Unused
    Agda.Compiler.UHC.Bridge Agda.Compiler.UHC.Compiler
    Agda.Compiler.UHC.CompileState Agda.Compiler.UHC.FromAgda
    Agda.Compiler.UHC.MagicTypes Agda.Compiler.UHC.Pragmas.Base
    Agda.Compiler.UHC.Pragmas.Parse Agda.Compiler.UHC.Primitives
    Agda.Compiler.UHC.Smashing Agda.ImpossibleTest
    Agda.Interaction.BasicOps Agda.Interaction.SearchAbout
    Agda.Interaction.CommandLine Agda.Interaction.EmacsCommand
    Agda.Interaction.EmacsTop Agda.Interaction.Exceptions
    Agda.Interaction.FindFile Agda.Interaction.Highlighting.Dot
    Agda.Interaction.Highlighting.Emacs
    Agda.Interaction.Highlighting.Generate
    Agda.Interaction.Highlighting.HTML
    Agda.Interaction.Highlighting.Precise
    Agda.Interaction.Highlighting.Range
    Agda.Interaction.Highlighting.Vim
    Agda.Interaction.Highlighting.LaTeX Agda.Interaction.Imports
    Agda.Interaction.InteractionTop Agda.Interaction.Response
    Agda.Interaction.MakeCase Agda.Interaction.Monad
    Agda.Interaction.Library Agda.Interaction.Library.Base
    Agda.Interaction.Library.Parse Agda.Interaction.Options
    Agda.Interaction.Options.Lenses Agda.Main
    Agda.Syntax.Abstract.Copatterns Agda.Syntax.Abstract.Name
    Agda.Syntax.Abstract.Pretty Agda.Syntax.Abstract.Views
    Agda.Syntax.Abstract Agda.Syntax.Common
    Agda.Syntax.Concrete.Definitions Agda.Syntax.Concrete.Generic
    Agda.Syntax.Concrete.Name Agda.Syntax.Concrete.Operators.Parser
    Agda.Syntax.Concrete.Operators Agda.Syntax.Concrete.Pretty
    Agda.Syntax.Concrete Agda.Syntax.Fixity Agda.Syntax.Info
    Agda.Syntax.Internal Agda.Syntax.Internal.Defs
    Agda.Syntax.Internal.Generic Agda.Syntax.Internal.Names
    Agda.Syntax.Internal.Pattern Agda.Syntax.Literal
    Agda.Syntax.Notation Agda.Syntax.Parser.Alex
    Agda.Syntax.Parser.Comments Agda.Syntax.Parser.Layout
    Agda.Syntax.Parser.LexActions Agda.Syntax.Parser.Lexer
    Agda.Syntax.Parser.LookAhead Agda.Syntax.Parser.Monad
    Agda.Syntax.Parser.Parser Agda.Syntax.Parser.StringLiterals
    Agda.Syntax.Parser.Tokens Agda.Syntax.Parser Agda.Syntax.Position
    Agda.Syntax.Reflected Agda.Syntax.Scope.Base
    Agda.Syntax.Scope.Monad Agda.Syntax.Translation.AbstractToConcrete
    Agda.Syntax.Translation.ConcreteToAbstract
    Agda.Syntax.Translation.InternalToAbstract
    Agda.Syntax.Translation.ReflectedToAbstract Agda.Syntax.Treeless
    Agda.Termination.CallGraph Agda.Termination.CallMatrix
    Agda.Termination.CutOff Agda.Termination.Inlining
    Agda.Termination.Monad Agda.Termination.Order
    Agda.Termination.RecCheck Agda.Termination.SparseMatrix
    Agda.Termination.Semiring Agda.Termination.TermCheck
    Agda.Termination.Termination Agda.Tests Agda.TheTypeChecker
    Agda.TypeChecking.Abstract Agda.TypeChecking.CheckInternal
    Agda.TypeChecking.CompiledClause
    Agda.TypeChecking.CompiledClause.Compile
    Agda.TypeChecking.CompiledClause.Match
    Agda.TypeChecking.Constraints Agda.TypeChecking.Conversion
    Agda.TypeChecking.Coverage Agda.TypeChecking.Coverage.Match
    Agda.TypeChecking.Coverage.SplitTree Agda.TypeChecking.Datatypes
    Agda.TypeChecking.DeadCode Agda.TypeChecking.DisplayForm
    Agda.TypeChecking.DropArgs Agda.TypeChecking.Empty
    Agda.TypeChecking.EtaContract Agda.TypeChecking.Errors
    Agda.TypeChecking.Free Agda.TypeChecking.Free.Lazy
    Agda.TypeChecking.Free.Old Agda.TypeChecking.Free.Tests
    Agda.TypeChecking.Forcing Agda.TypeChecking.Implicit
    Agda.TypeChecking.Injectivity Agda.TypeChecking.InstanceArguments
    Agda.TypeChecking.Irrelevance Agda.TypeChecking.Level
    Agda.TypeChecking.LevelConstraints Agda.TypeChecking.MetaVars
    Agda.TypeChecking.MetaVars.Mention
    Agda.TypeChecking.MetaVars.Occurs Agda.TypeChecking.Monad.Base
    Agda.TypeChecking.Monad.Benchmark Agda.TypeChecking.Monad.Builtin
    Agda.TypeChecking.Monad.Caching Agda.TypeChecking.Monad.Closure
    Agda.TypeChecking.Monad.Constraints Agda.TypeChecking.Monad.Context
    Agda.TypeChecking.Monad.Env Agda.TypeChecking.Monad.Exception
    Agda.TypeChecking.Monad.Imports Agda.TypeChecking.Monad.MetaVars
    Agda.TypeChecking.Monad.Mutual Agda.TypeChecking.Monad.Open
    Agda.TypeChecking.Monad.Options Agda.TypeChecking.Monad.Sharing
    Agda.TypeChecking.Monad.Signature
    Agda.TypeChecking.Monad.SizedTypes Agda.TypeChecking.Monad.State
    Agda.TypeChecking.Monad.Statistics Agda.TypeChecking.Monad.Trace
    Agda.TypeChecking.Monad Agda.TypeChecking.Patterns.Abstract
    Agda.TypeChecking.Patterns.Match Agda.TypeChecking.Polarity
    Agda.TypeChecking.Positivity
    Agda.TypeChecking.Positivity.Occurrence
    Agda.TypeChecking.Positivity.Tests Agda.TypeChecking.Pretty
    Agda.TypeChecking.Primitive Agda.TypeChecking.ProjectionLike
    Agda.TypeChecking.Quote Agda.TypeChecking.ReconstructParameters
    Agda.TypeChecking.RecordPatterns Agda.TypeChecking.Records
    Agda.TypeChecking.Reduce Agda.TypeChecking.Reduce.Monad
    Agda.TypeChecking.Rewriting Agda.TypeChecking.Rewriting.NonLinMatch
    Agda.TypeChecking.Rules.Builtin
    Agda.TypeChecking.Rules.Builtin.Coinduction
    Agda.TypeChecking.Rules.Data Agda.TypeChecking.Rules.Decl
    Agda.TypeChecking.Rules.Def Agda.TypeChecking.Rules.Display
    Agda.TypeChecking.Rules.LHS Agda.TypeChecking.Rules.LHS.Implicit
    Agda.TypeChecking.Rules.LHS.Instantiate
    Agda.TypeChecking.Rules.LHS.Problem
    Agda.TypeChecking.Rules.LHS.ProblemRest
    Agda.TypeChecking.Rules.LHS.Split Agda.TypeChecking.Rules.LHS.Unify
    Agda.TypeChecking.Rules.Record Agda.TypeChecking.Rules.Term
    Agda.TypeChecking.Serialise Agda.TypeChecking.Serialise.Base
    Agda.TypeChecking.Serialise.Instances
    Agda.TypeChecking.Serialise.Instances.Abstract
    Agda.TypeChecking.Serialise.Instances.Common
    Agda.TypeChecking.Serialise.Instances.Compilers
    Agda.TypeChecking.Serialise.Instances.Highlighting
    Agda.TypeChecking.Serialise.Instances.Internal
    Agda.TypeChecking.SizedTypes Agda.TypeChecking.SizedTypes.Solve
    Agda.TypeChecking.SizedTypes.Syntax
    Agda.TypeChecking.SizedTypes.Tests
    Agda.TypeChecking.SizedTypes.Utils
    Agda.TypeChecking.SizedTypes.WarshallSolver
    Agda.TypeChecking.Substitute Agda.TypeChecking.Substitute.Pattern
    Agda.TypeChecking.SyntacticEquality Agda.TypeChecking.Telescope
    Agda.TypeChecking.Test.Generators Agda.TypeChecking.Tests
    Agda.TypeChecking.Unquote Agda.TypeChecking.With
    Agda.Utils.AssocList Agda.Utils.Bag Agda.Utils.Benchmark
    Agda.Utils.BiMap Agda.Utils.Char Agda.Utils.Cluster
    Agda.Utils.Empty Agda.Utils.Environment Agda.Utils.Except
    Agda.Utils.Either Agda.Utils.Favorites Agda.Utils.FileName
    Agda.Utils.Functor Agda.Utils.Function Agda.Utils.Geniplate
    Agda.Utils.Graph.AdjacencyMap.Unidirectional
    Agda.Utils.Graph.AdjacencyMap.Unidirectional.Tests Agda.Utils.Hash
    Agda.Utils.HashMap Agda.Utils.Impossible Agda.Utils.IO.Binary
    Agda.Utils.IO.Directory Agda.Utils.IO.UTF8 Agda.Utils.IORef
    Agda.Utils.Lens Agda.Utils.Lens.Examples Agda.Utils.List
    Agda.Utils.ListT Agda.Utils.ListT.Tests Agda.Utils.Map
    Agda.Utils.Maybe Agda.Utils.Maybe.Strict Agda.Utils.Memo
    Agda.Utils.Monad Agda.Utils.Null Agda.Utils.Parser.MemoisedCPS
    Agda.Utils.Parser.ReadP Agda.Utils.PartialOrd
    Agda.Utils.Permutation Agda.Utils.Permutation.Tests
    Agda.Utils.Pointer Agda.Utils.Pretty Agda.Utils.QuickCheck
    Agda.Utils.SemiRing Agda.Utils.Singleton Agda.Utils.Size
    Agda.Utils.String Agda.Utils.Suffix Agda.Utils.TestHelpers
    Agda.Utils.Time Agda.Utils.Trie Agda.Utils.Tuple Agda.Utils.Update
    Agda.Utils.VarSet Agda.Utils.Warshall Agda.Version
hidden-modules: Paths_Agda
abi: 11663a8ca2b42e65fb3275bca236e73f
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/Agda-2.5.1.1-D7i3toi3ly1FEjQkWaRq05
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/Agda-2.5.1.1-D7i3toi3ly1FEjQkWaRq05
data-dir: /usr/share/libghc-agda-dev
hs-libraries: HSAgda-2.5.1.1-D7i3toi3ly1FEjQkWaRq05
depends:
    EdisonAPI-1.3.1-KjkUBwUQ9QtGMmEyFW5iNe
    EdisonCore-1.3.1.1-3W5DfD6gofNCm9mAYWjIFo
    QuickCheck-2.8.2-B7cXgOk7OAiKrNRsk2SfuA array-0.5.1.1 base-4.9.0.0
    binary-0.8.3.0 boxes-0.1.4-ydFzVDNbCb4CfN035tEOs
    bytestring-0.10.8.1 containers-0.5.7.1
    data-hash-0.2.0.1-HAmpuhWStGKGJ8fHLgpTPm deepseq-1.4.2.0
    directory-1.2.6.2 edit-distance-0.2.2.1-1mVwuMEjztjEsqcnGcpkR9
    equivalence-0.3.1-Frlek7zZNkQJl2YjgamRHH filepath-1.4.1.0
    geniplate-mirror-0.7.4-CR8Csdo4hCP8b8iXdHXrlg
    hashable-1.2.4.0-EMu4H7FB10MAl6hwKw992G
    hashtables-1.2.1.0-97BixhaJIWTIDAaThqJujl haskeline-0.7.2.3
    haskell-src-exts-1.17.1-CHFwoWxepXQKBbAz4YNlQX
    monadplus-1.4.2-Hp2C85z6f4iLyAYLHJs0va
    mtl-2.2.1-6qsR1PHUy5lL47Hpoa4jCM
    parallel-3.2.1.0-6VcN0yUHtcs831TgbJiSSi pretty-1.1.3.3
    process-1.4.2.0 strict-0.3.2-9G0OzmO1LVF9ckpwKZH3AY
    template-haskell-2.11.0.0 text-1.2.2.1-5QpmrLQApEZ4Ly9nMHWY0s
    time-1.6.0.1 transformers-0.5.2.0
    transformers-compat-0.5.1.4-Gu79y45cTc6DEmc8xKkIcN
    unordered-containers-0.2.7.1-Eo9jd5DMz45DhBLCG8skzW xhtml-3000.2.1
    zlib-0.6.1.2-4CWLN1T27kOJhNvXgy46ZV
haddock-interfaces: /usr/lib/ghc-doc/haddock/agda-2.5.1.1/Agda.haddock
haddock-html: /usr/share/doc/libghc-agda-doc/html/