/var/lib/ghc/package.conf.d/QuickCheck-safe-0.1.0.1.conf is in libghc-quickcheck-safe-dev 0.1.0.1-2.
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 | name: QuickCheck-safe
version: 0.1.0.1
id: QuickCheck-safe-0.1.0.1-16388c4d131ab6b59b0bf08b21486c82
key: Quick_D3IGGLnMBjz4YJNdHJHzoG
license: MIT
copyright: 2015 Bertram Felgenhauer
maintainer: Bertram Felgenhauer <int-e@gmx.de>
synopsis: Safe reimplementation of QuickCheck's core
description:
QuickCheck-safe reimplements the quickCheck functionality with a pure
interface and a very small trusted base (see Test.QuickCheck.Safe.Trusted).
.
* uses the existing Arbitrary instances
* implemented features: testing, result minimization (i.e., shrinking)
* missing features: expected failures, label frequencies, coverage
.
The package is targeted at users who want to leverage SafeHaskell for
sandboxing.
.
>>> putStr $ quickCheck (inventQCGen ()) (\x -> length (x :: [()]) < 10)
*** Failed! Falsifiable (after 18 tests and 3 shrinks):
[(),(),(),(),(),(),(),(),(),(),(),(),(),(),()]
category: Testing
author: Bertram Felgenhauer
exposed: True
exposed-modules:
Test.QuickCheck.Safe Test.QuickCheck.Safe.Trusted
trusted: False
import-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/QuickCheck-safe-0.1.0.1-D3IGGLnMBjz4YJNdHJHzoG
library-dirs: /usr/lib/haskell-packages/ghc/lib/x86_64-linux-ghc-7.10.3/QuickCheck-safe-0.1.0.1-D3IGGLnMBjz4YJNdHJHzoG
data-dir: /usr/share/quickcheck-safe
hs-libraries: HSQuickCheck-safe-0.1.0.1-D3IGGLnMBjz4YJNdHJHzoG
depends:
QuickCheck-2.8.1-3b4e59fb7b4229f7e8519c5347611ffa
base-4.8.2.0-0d6d1084fbc041e1cded9228e80e264d
haddock-interfaces: /usr/lib/ghc-doc/haddock/quickcheck-safe-0.1.0.1/QuickCheck-safe.haddock
haddock-html: /usr/share/doc/libghc-quickcheck-safe-doc/html/
|