/var/lib/ghc/package.conf.d/byteable-0.1.1.conf is in libghc-byteable-dev 0.1.1-7build1.
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 | name: byteable
version: 0.1.1
id: byteable-0.1.1-2lU1pexQSLj1KbNO17UifQ
key: byteable-0.1.1-2lU1pexQSLj1KbNO17UifQ
license: BSD3
copyright: Vincent Hanquez <vincent@snarc.org>
maintainer: vincent@snarc.org
stability: experimental
homepage: http://github.com/vincenthz/hs-byteable
synopsis: Type class for sequence of bytes
description:
Abstract class to manipulate sequence of bytes
.
The use case of this class is abstracting manipulation of
types that are just wrapping a bytestring with stronger and
more meaniful name.
.
Usual definition of those types are of the form: newtype MyType = MyType ByteString
category: Data
author: Vincent Hanquez <vincent@snarc.org>
exposed: True
exposed-modules:
Data.Byteable
abi: b0cc69453d9875067b9f057f45090e72
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/byteable-0.1.1-2lU1pexQSLj1KbNO17UifQ
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/byteable-0.1.1-2lU1pexQSLj1KbNO17UifQ
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/byteable
hs-libraries: HSbyteable-0.1.1-2lU1pexQSLj1KbNO17UifQ
depends:
base-4.9.1.0 bytestring-0.10.8.1
haddock-interfaces: /usr/lib/ghc-doc/haddock/byteable-0.1.1/byteable.haddock
haddock-html: /usr/share/doc/libghc-byteable-doc/html/
|