/var/lib/ghc/package.conf.d/websockets-0.10.0.0.conf is in libghc-websockets-dev 0.10.0.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 | name: websockets
version: 0.10.0.0
id: websockets-0.10.0.0-VnlKayMDvyHnd2tkINzmP
key: websockets-0.10.0.0-VnlKayMDvyHnd2tkINzmP
license: BSD3
copyright: (c) 2010-2011 Siniša Biđin
(c) 2011-2013 Jasper Van der Jeugt
(c) 2011 Steffen Schuldenzucker
(c) 2011 Alex Lang
maintainer: Jasper Van der Jeugt <m@jaspervdj.be>
stability: experimental
homepage: http://jaspervdj.be/websockets
synopsis: A sensible and clean way to write WebSocket-capable servers in Haskell.
description:
This library allows you to write WebSocket-capable servers.
.
An example server:
<https://github.com/jaspervdj/websockets/blob/master/example/server.lhs>
.
An example client:
<https://github.com/jaspervdj/websockets/blob/master/example/client.hs>
.
See also:
.
* The specification of the WebSocket protocol:
<http://www.whatwg.org/specs/web-socket-protocol/>
.
* The JavaScript API for dealing with WebSockets:
<http://www.w3.org/TR/websockets/>
category: Network
author: Siniša Biđin <sinisa@bidin.cc>
Jasper Van der Jeugt <m@jaspervdj.be>
Steffen Schuldenzucker <steffen.schuldenzucker@googlemail.com>
Alex Lang <lang@tsurucapital.com>
exposed: True
exposed-modules:
Network.WebSockets Network.WebSockets.Connection
Network.WebSockets.Stream
hidden-modules: Network.WebSockets.Client Network.WebSockets.Http
Network.WebSockets.Hybi13 Network.WebSockets.Hybi13.Demultiplex
Network.WebSockets.Hybi13.Mask Network.WebSockets.Protocol
Network.WebSockets.Server Network.WebSockets.Types
abi: 6f903779c4b1a037733b23ae4fb245cd
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/websockets-0.10.0.0-VnlKayMDvyHnd2tkINzmP
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/websockets-0.10.0.0-VnlKayMDvyHnd2tkINzmP
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/websockets
hs-libraries: HSwebsockets-0.10.0.0-VnlKayMDvyHnd2tkINzmP
depends:
SHA-1.6.4.2-6ZuKopcglGG4yoCGsd9koJ
attoparsec-0.13.1.0-3ql4hcH9pGfBAlE21oqFTQ base-4.9.1.0
base64-bytestring-1.0.0.1-4O9TExPPz6eI82Yj7L4SIj binary-0.8.3.0
blaze-builder-0.4.0.2-LxClHUTiKUUAxWtvJ5Oeoy bytestring-0.10.8.1
case-insensitive-1.2.0.10-1D5OUKQ7UrJ7IpOe0di4Un containers-0.5.7.1
entropy-0.3.8-14HIw40nRRY968j6AdY1H4
network-2.6.3.2-IsLM4TXcLoRI0fmmBYVyQz
random-1.1-9tceXaeYIMZ4JrKq20Egog
text-1.2.2.2-9UQZjEJZQFSGMffj1Z5g00
haddock-interfaces: /usr/lib/ghc-doc/haddock/websockets-0.10.0.0/websockets.haddock
haddock-html: /usr/share/doc/libghc-websockets-doc/html/
|