/var/lib/ghc/package.conf.d/primes-0.2.1.0.conf is in libghc-primes-dev 0.2.1.0-4.
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 | name: primes
version: 0.2.1.0
id: primes-0.2.1.0-8fbdb67f6de40654591453ee463b5e71
license: BSD3
copyright:
maintainer: Sebastian Fischer
stability: experimental
homepage: http://github.com/sebfisch/primes
package-url:
synopsis: Efficient, purely functional generation of prime numbers
description: This Haskell library provides an efficient lazy wheel sieve for
prime generation inspired by /Lazy wheel sieves and spirals of/
/primes/ by Colin Runciman and /The Genuine Sieve of Eratosthenes/
by Melissa O'Neil.
category: Algorithms, Numerical
author: Sebastian Fischer
exposed: True
exposed-modules: Data.Numbers.Primes
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/primes-0.2.1.0/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/primes-0.2.1.0/ghc-7.6.3
hs-libraries: HSprimes-0.2.1.0
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-8aa5d403c45ea59dcd2c39f123e27d57
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/lib/ghc-doc/haddock/primes-0.2.1.0/primes.haddock
haddock-html: /usr/share/doc/libghc-primes-doc/html/
|