We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c0bdc commit 80b9df2Copy full SHA for 80b9df2
src/Stack/Setup.hs
@@ -483,6 +483,8 @@ getOSKey = do
483
Platform X86_64 OSX -> return "macosx"
484
Platform I386 FreeBSD -> return "freebsd32"
485
Platform X86_64 FreeBSD -> return "freebsd64"
486
+ Platform I386 OpenBSD -> return "openbsd32"
487
+ Platform X86_64 OpenBSD -> return "openbsd64"
488
Platform I386 Windows -> return "windows32"
489
Platform X86_64 Windows -> return "windows64"
490
Platform arch os -> throwM $ UnsupportedSetupCombo os arch
0 commit comments