/var/lib/ghc/package.conf.d/magic-1.1.conf is in libghc-magic-dev 1.1-6build1.
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 | name: magic
version: 1.1
id: magic-1.1-62fLx70WstsCYWSZaq2ciY
key: magic-1.1-62fLx70WstsCYWSZaq2ciY
license: BSD3
copyright: Copyright (c) 2005-2009 John Goerzen
maintainer: John Goerzen <jgoerzen@complete.org>
stability: Alpha
synopsis: Interface to C file/magic library
description:
This package provides a Haskell interface to the C libmagic library.
With it, you can determine the type of a file by examining its contents
rather than its name. The Haskell interface provides a full-featured
binding.
category: Text
author: John Goerzen
exposed: True
exposed-modules:
Magic Magic.Data Magic.Types Magic.Init Magic.Operations
hidden-modules: Magic.Utils Magic.TypesLL
abi: 00f951c984be6cb35217cf6c0296aabe
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/magic-1.1-62fLx70WstsCYWSZaq2ciY
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/magic-1.1-62fLx70WstsCYWSZaq2ciY
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/magic
hs-libraries: HSmagic-1.1-62fLx70WstsCYWSZaq2ciY
extra-libraries:
magic
depends:
base-4.9.1.0
haddock-interfaces: /usr/lib/ghc-doc/haddock/magic-1.1/magic.haddock
haddock-html: /usr/share/doc/libghc-magic-doc/html/
|