From 73709529bda5db81cae8d39e3eb3dca95a0f2788 Mon Sep 17 00:00:00 2001 From: Alexander Bondarenko <486682+dpwiz@users.noreply.github.com> Date: Fri, 8 Jan 2021 18:13:03 +0300 Subject: [PATCH] Fix installation instructions in README The `cabal install` way suggested 10+ years ago before the advent of sandboxed projects. --- README | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README b/README index 0404cf15..e9e5b57d 100644 --- a/README +++ b/README @@ -1,8 +1,6 @@ This is QuickCheck 2, a library for random testing of program properties. -Install it in the usual way: - -$ cabal install +Add `QuickCheck` to your package dependencies to use it in tests or REPL. The quickcheck-instances [1] companion package provides instances for types in Haskell Platform packages at the cost of additional dependencies.