/var/lib/ghc/package.conf.d/charsetdetect-ae-1.1.0.3.conf is in libghc-charsetdetect-ae-dev 1.1.0.3-1.
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 | name: charsetdetect-ae
version: 1.1.0.3
id: charsetdetect-ae-1.1.0.3-4ghbjuDX0EG7k0TyCEGH8u
key: charsetdetect-ae-1.1.0.3-4ghbjuDX0EG7k0TyCEGH8u
license: LGPL
maintainer: Artyom <yom@artyom.me>
homepage: http://github.com/aelve/charsetdetect-ae
synopsis: Character set detection using Mozilla's Universal Character Set Detector
description:
Mozilla have developed a robust and efficient character set detection algorithm for use in their web browsers. The algorithm is able to detect all of the most frequently encountered character encodings totally automatically.
.
This library wraps up their library and exposes a very simple Haskell interface to it. The library is portable, and is confirmed to work on both Unix and Windows.
.
This library is a /maintained/ fork of charsetdetect:
.
* It compiles with recent version of bytestring.
.
* It works correctly in presence of Template Haskell on GHC 7.6.
.
* It builds on 64-bit Windows.
category: Text
author: Max Bolingbroke <batterseapower@hotmail.com>
exposed: True
exposed-modules:
Codec.Text.Detect
abi: dca5300fe4f5b23644ad96ede59bbfc1
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/charsetdetect-ae-1.1.0.3-4ghbjuDX0EG7k0TyCEGH8u
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/charsetdetect-ae-1.1.0.3-4ghbjuDX0EG7k0TyCEGH8u
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/charsetdetect-ae
hs-libraries: HScharsetdetect-ae-1.1.0.3-4ghbjuDX0EG7k0TyCEGH8u
extra-libraries:
stdc++
depends:
base-4.9.1.0 bytestring-0.10.8.1
haddock-interfaces: /usr/lib/ghc-doc/haddock/charsetdetect-ae-1.1.0.3/charsetdetect-ae.haddock
haddock-html: /usr/share/doc/libghc-charsetdetect-ae-doc/html/
|