/var/lib/ghc/package.conf.d/QuickCheck-2.9.2.conf is in libghc-quickcheck2-dev 2.9.2-1build1.
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 40 41 42 43 44 45 46 47 48 49 | name: QuickCheck
version: 2.9.2
id: QuickCheck-2.9.2-LvlomhGMxrFBkX1zwiWpQu
key: QuickCheck-2.9.2-LvlomhGMxrFBkX1zwiWpQu
license: BSD3
copyright: 2000-2016 Koen Claessen, 2006-2008 Björn Bringert, 2009-2016 Nick Smallbone
maintainer: QuickCheck developers <quickcheck@projects.haskell.org>
homepage: https://github.com/nick8325/quickcheck
synopsis: Automatic testing of Haskell programs
description:
QuickCheck is a library for random testing of program properties.
.
The programmer provides a specification of the program, in
the form of properties which functions should satisfy, and
QuickCheck then tests that the properties hold in a large number
of randomly generated cases.
.
Specifications are expressed in
Haskell, using combinators defined in the QuickCheck library.
QuickCheck provides combinators to define properties, observe
the distribution of test data, and define test
data generators.
.
You can find a (slightly out-of-date but useful) manual at
<http://www.cse.chalmers.se/~rjmh/QuickCheck/manual.html>.
category: Testing
author: Koen Claessen <koen@chalmers.se>
exposed: True
exposed-modules:
Test.QuickCheck Test.QuickCheck.Arbitrary Test.QuickCheck.Gen
Test.QuickCheck.Gen.Unsafe Test.QuickCheck.Monadic
Test.QuickCheck.Modifiers Test.QuickCheck.Property
Test.QuickCheck.Test Test.QuickCheck.Text Test.QuickCheck.Poly
Test.QuickCheck.State Test.QuickCheck.Random
Test.QuickCheck.Exception Test.QuickCheck.Function
Test.QuickCheck.All
abi: 130146833a26b729f9bfba3376b4d4b2
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/QuickCheck-2.9.2-LvlomhGMxrFBkX1zwiWpQu
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2/QuickCheck-2.9.2-LvlomhGMxrFBkX1zwiWpQu
dynamic-library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-8.0.2
data-dir: /usr/share/quickcheck2
hs-libraries: HSQuickCheck-2.9.2-LvlomhGMxrFBkX1zwiWpQu
depends:
base-4.9.1.0 containers-0.5.7.1 random-1.1-9tceXaeYIMZ4JrKq20Egog
template-haskell-2.11.1.0 tf-random-0.5-CJZw1ZWS5MOJlR60HqKEZL
transformers-0.5.2.0
haddock-interfaces: /usr/lib/ghc-doc/haddock/quickcheck2-2.9.2/QuickCheck.haddock
haddock-html: /usr/share/doc/libghc-quickcheck2-doc/html/
|