/var/lib/ghc/package.conf.d/lazysmallcheck-0.6.conf is in libghc-lazysmallcheck-dev 0.6-3.
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 | name: lazysmallcheck
version: 0.6
id: lazysmallcheck-0.6-ac746719ce75c207fd38f139b1df4bd8
license: BSD3
copyright:
maintainer: Matthew Naylor <mfn@cs.york.ac.uk>
stability:
homepage: http://www.cs.york.ac.uk/~mfn/lazysmallcheck/
package-url:
synopsis: A library for demand-driven testing of Haskell programs
description: Lazy SmallCheck is a library for exhaustive, demand-driven testing of
Haskell programs. It is based on the idea that if a property holds
for a partially-defined input then it must also hold for all
fully-defined refinements of the that input. Compared to ``eager''
input generation as in SmallCheck, Lazy SmallCheck may require
significantly fewer test-cases to verify a property for all inputs up
to a given depth.
category: Testing
author: Matthew Naylor and Fredrik Lindblad
exposed: True
exposed-modules: Test.LazySmallCheck
hidden-modules:
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/lazysmallcheck-0.6/ghc-7.6.3
library-dirs: /usr/lib/haskell-packages/ghc/lib/lazysmallcheck-0.6/ghc-7.6.3
hs-libraries: HSlazysmallcheck-0.6
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/lazysmallcheck-0.6/lazysmallcheck.haddock
haddock-html: /usr/share/doc/libghc-lazysmallcheck-doc/html/
|