From 89c24c935dae40e9e6b100e1ee14357a8c7466bd Mon Sep 17 00:00:00 2001 From: Kristen Kozak Date: Wed, 24 Feb 2016 00:10:40 -0800 Subject: [PATCH] Revert "Add warning about testing Cabal on Windows" This reverts commit 727f447925988371d70638889bab8811161f58de. This comment is unnecessary after #3180. [ci skip] --- HACKING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING.md b/HACKING.md index 5e136ca36a8..965298f4ae8 100644 --- a/HACKING.md +++ b/HACKING.md @@ -98,7 +98,7 @@ To build and test the `Cabal` library, do: We will refer to this as `PACKAGEDB`. -5. Configure and build Cabal, and run all tests. (Note that many of the package tests require shared libraries, which are not provided by GHC >= 7.8 on Windows: https://ghc.haskell.org/trac/ghc/ticket/8228) +5. Configure and build Cabal, and run all tests: ~~~~ ./Setup configure --enable-tests --package-db=$PACKAGEDB