Skip to content
Snippets Groups Projects
Commit 727f4479 authored by kristenk's avatar kristenk
Browse files

Add warning about testing Cabal on Windows

parent 4a4a371c
No related branches found
No related tags found
No related merge requests found
......@@ -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:
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)
~~~~
./Setup configure --enable-tests --package-db=$PACKAGEDB
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment