This file is indexed.

/var/lib/ghc/package.conf.d/warp-3.0.0.5.conf is in libghc-warp-dev 3.0.0.5-1+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
name: warp
version: 3.0.0.5
id: warp-3.0.0.5-f855e2091b207e6efc783100f221d9c5

license: MIT
copyright:
maintainer: michael@snoyman.com
stability: Stable
homepage: http://github.com/yesodweb/wai
package-url:
synopsis: A fast, light-weight web server for WAI applications.
description: The premier WAI handler. For more information, see <http://steve.vinoski.net/blog/2011/05/01/warp-a-haskell-web-server/>.
             .
             Changelog
             .
             [3.0.0] WAI no longer uses conduit for its streaming interface.
             .
             [2.1.0] The @onOpen@ and @onClose@ settings now provide the @SockAddr@ of the client, and @onOpen@ can return a @Bool@ which will close the connection. The @responseRaw@ response has been added, which provides a more elegant way to handle WebSockets than the previous @settingsIntercept@. The old settings accessors have been deprecated in favor of new setters, which will allow settings changes to be made in the future without breaking backwards compatibility.
             .
             [2.0.0] ResourceT is not used anymore. Request and Response is now abstract data types. To use their constructors, Internal module should be imported.
             .
             [1.3.9] Support for byte range requests.
             .
             [1.3.7] Sockets now have FD_CLOEXEC set on them. This behavior is more secure, and the change should not affect the vast majority of use cases. However, it appeared that this is buggy and is fixed in 2.0.0.
category: Web, Yesod
author: Michael Snoyman, Kazu Yamamoto, Matt Brown
exposed: True
exposed-modules: Network.Wai.Handler.Warp
                 Network.Wai.Handler.Warp.Buffer Network.Wai.Handler.Warp.Timeout
                 Network.Wai.Handler.Warp.Internal
hidden-modules: Network.Wai.Handler.Warp.MultiMap
                Network.Wai.Handler.Warp.Conduit Network.Wai.Handler.Warp.Date
                Network.Wai.Handler.Warp.FdCache Network.Wai.Handler.Warp.Header
                Network.Wai.Handler.Warp.IO Network.Wai.Handler.Warp.IORef
                Network.Wai.Handler.Warp.ReadInt Network.Wai.Handler.Warp.Recv
                Network.Wai.Handler.Warp.Request
                Network.Wai.Handler.Warp.RequestHeader
                Network.Wai.Handler.Warp.Response
                Network.Wai.Handler.Warp.ResponseHeader
                Network.Wai.Handler.Warp.Run Network.Wai.Handler.Warp.SendFile
                Network.Wai.Handler.Warp.Settings Network.Wai.Handler.Warp.Thread
                Network.Wai.Handler.Warp.Types Network.Wai.Handler.Warp.Windows
                Paths_warp
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/warp-3.0.0.5/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/warp-3.0.0.5/ghc-7.6.3
hs-libraries: HSwarp-3.0.0.5
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.4.0.1-3b78425c10ff2dad7acf7e8c8ae014c3
         base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
         blaze-builder-0.3.3.2-218a42248e93dd9cae8208aaf882209a
         bytestring-0.10.0.2-4f93248f75667c2c3321a7a6761b576f
         case-insensitive-1.1.0.2-a9cc5f442974fbc90a16d92ae924d579
         ghc-prim-0.3.0.0-d5221a8c8a269b66ab9a07bdc23317dd
         hashable-1.2.1.0-7e83190fbb1b0ba81d7022fa876f0f8b
         http-date-0.0.2-6fb813157f688455165af83403a5038d
         http-types-0.8.5-91997558d5598cf7e4d38a07540c2553
         network-2.4.1.2-040cee5ece44014a8574cb3f87b1eec4
         simple-sendfile-0.2.14-e337dd1b22265aad854ed3e25efeadc0
         streaming-commons-0.1.4.1-6ba199dfe1414872891b9132ea7a2a2f
         text-0.11.3.1-e38859e86485c167fa7c9441789e7607
         unix-2.6.0.1-4f219f792083f70ec440ce406f12ce57
         unix-compat-0.4.0.0-51428add10952cfc378af284f9fc35c6
         void-0.6.1-6ab28aebe7d5f0e431c272c57fa7c4cf
         wai-3.0.1.1-9d063cda2decf3758d38e27ac59b01e5
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/warp-3.0.0.5/warp.haddock
haddock-html: /usr/share/doc/libghc-warp-doc/html/