[commit: ghc] wip/nfs-locking: #155, fix the name of the QuickCheck package (it doesn't follow the convention all the others do) (a60cdcd)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:39:00 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/a60cdcd7cb6ce45d1b8f6794d4aa9e5f9415c810/ghc
>---------------------------------------------------------------
commit a60cdcd7cb6ce45d1b8f6794d4aa9e5f9415c810
Author: Neil Mitchell <ndmitchell at gmail.com>
Date: Wed Jan 13 08:47:25 2016 +0000
#155, fix the name of the QuickCheck package (it doesn't follow the convention all the others do)
>---------------------------------------------------------------
a60cdcd7cb6ce45d1b8f6794d4aa9e5f9415c810
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 4226415..f5b8117 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ to adjust anything if you are already familiar with building ghc using the `make
build system.
Furthermore, we depend on the following packages which need to be installed:
-`ansi-terminal`, `mtl`, `shake`, `quickcheck`.
+`ansi-terminal`, `mtl`, `shake`, `QuickCheck`.
### Getting the source and configuring GHC
More information about the ghc-commits
mailing list