/var/lib/ghc/package.conf.d/lazysmallcheck-0.6.conf is in libghc-lazysmallcheck-dev 0.6-9.
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 | name: lazysmallcheck
version: 0.6
id: lazysmallcheck-0.6-8Q9doF7CdPtIDMO9qhPDtU
key: lazysmallcheck-0.6-8Q9doF7CdPtIDMO9qhPDtU
license: BSD3
maintainer: Matthew Naylor <mfn@cs.york.ac.uk>
homepage: http://www.cs.york.ac.uk/~mfn/lazysmallcheck/
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
abi: b4a5bd4986a8f49aacc40a19ad2f03e9
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/lazysmallcheck-0.6-8Q9doF7CdPtIDMO9qhPDtU
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.1/lazysmallcheck-0.6-8Q9doF7CdPtIDMO9qhPDtU
data-dir: /usr/share/lazysmallcheck
hs-libraries: HSlazysmallcheck-0.6-8Q9doF7CdPtIDMO9qhPDtU
depends:
base-4.9.0.0
haddock-interfaces: /usr/lib/ghc-doc/haddock/lazysmallcheck-0.6/lazysmallcheck.haddock
haddock-html: /usr/share/doc/libghc-lazysmallcheck-doc/html/
|