The Win32 library is a core GHC library and as such aims to have an
as little as possible footprint when it comes to dependencies.
When submitting new requests think hard if any new Haskell dependencies are
actually needed. (note that this does not apply to C dependencies.)
The best way to get started is using cabal new-build and cabal sandboxes:
git clone [email protected]:haskell/win32.git
cd win32
cabal v2-repl
Testsuite
The tests in the Win32 package are designed to run as part of the GHC testsuite.
As such, should you want to add a new test, you will need the testsuite drivers.
请发表评论