Skip to content

Commit 80b9df2

Browse files
committed
Add OpenBSD #416
1 parent b3c0bdc commit 80b9df2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Stack/Setup.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,6 +483,8 @@ getOSKey = do
483483
Platform X86_64 OSX -> return "macosx"
484484
Platform I386 FreeBSD -> return "freebsd32"
485485
Platform X86_64 FreeBSD -> return "freebsd64"
486+
Platform I386 OpenBSD -> return "openbsd32"
487+
Platform X86_64 OpenBSD -> return "openbsd64"
486488
Platform I386 Windows -> return "windows32"
487489
Platform X86_64 Windows -> return "windows64"
488490
Platform arch os -> throwM $ UnsupportedSetupCombo os arch

0 commit comments

Comments
 (0)