Skip to content
Snippets Groups Projects
Commit b8c25f06 authored by ttuegel's avatar ttuegel
Browse files

Merge pull request #2837 from grayjay/testing-on-windows

Add warning about testing Cabal on Windows
parents c4f22c3e 727f4479
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