Skip to content

Commit

Permalink
Add OpenBSD #416
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Jun 26, 2015
1 parent b3c0bdc commit 80b9df2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Stack/Setup.hs
Expand Up @@ -483,6 +483,8 @@ getOSKey = do
Platform X86_64 OSX -> return "macosx"
Platform I386 FreeBSD -> return "freebsd32"
Platform X86_64 FreeBSD -> return "freebsd64"
Platform I386 OpenBSD -> return "openbsd32"
Platform X86_64 OpenBSD -> return "openbsd64"
Platform I386 Windows -> return "windows32"
Platform X86_64 Windows -> return "windows64"
Platform arch os -> throwM $ UnsupportedSetupCombo os arch
Expand Down

0 comments on commit 80b9df2

Please sign in to comment.