Skip to content
Snippets Groups Projects
Commit 85e56c43 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Correct Windows OS name in cabal configuration

parent 94a3e1d3
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ Library { ...@@ -20,7 +20,7 @@ Library {
-- actually ought to fail. -- actually ought to fail.
if flag(IsGHC) { if flag(IsGHC) {
build-depends: rts build-depends: rts
if os(windows) { if os(mingw32) {
extra-libraries: wsock32, msvcrt, kernel32, user32, shell32 extra-libraries: wsock32, msvcrt, kernel32, user32, shell32
} }
exposed-modules: exposed-modules:
......
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