wasp-lang / wasp

The fastest way to develop full-stack web apps with React & Node.js.
https://wasp-lang.dev
MIT License
13.3k stars 1.18k forks source link

Add OpenBSD Support #1206

Open wesley974 opened 1 year ago

wesley974 commented 1 year ago

Shame, OpenBSD is not supported.

I use last release: 7.3

Node is v18.15.0

When I try: curl -sSL https://get.wasp-lang.dev/installer.sh | sh I get: Sorry, this installer does not support your operating system: OpenBSD.

I can help on debugging.

Martinsos commented 1 year ago

@wesley974 tried it a bit, but even installing Haskell on OpenBSD was not easy (not supported via GHCup). We decided to not work on this for now, maybe in the future!

wesley974 commented 1 year ago

@Martinsos I found this if it can help: https://www.reddit.com/r/haskell/comments/11fyp54/openbsd_library https://github.com/yobson/haskell-openbsd

And there's ghc-9.2.7p1 and cabal-install-3.8.1.0 available on OpenBSD 7.3 through pkg_add.

wesley974 commented 1 year ago

I got it working:

pkg_add ghc cabal-install
cabal update
ghc --version

=> The Glorious Glasgow Haskell Compilation System, version 9.2.7