add stack.yaml for OSX autobuilder
authorJoey Hess <joeyh@joeyh.name>
Fri, 28 Aug 2020 16:53:51 +0000 (12:53 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 28 Aug 2020 16:53:51 +0000 (12:53 -0400)
commitbbe78206f8e903b25350c54482aa6c529fdbe52e
tree95ef7dce9fb5e18cef56181c97cdc0770966fa13
parentcb3916ae8a9466caa76c640915430b8b9e32c513
add stack.yaml for OSX autobuilder

Unfortunately, the autobuilder is using an old version of OSX, and
cannot use ghc newer than the one in lts-13.11. Newer ghc versions use a
libc symbol that is not available.

Since the main stack.yaml has been updated to a newer lts, and just
substituting in lts-13.11 no longer works due to other dependency
issues, it's simplest to use a separate one for the OSX build.

Hopefully this is temporary, and the autobuilder gets updated.
standalone/osx/stack.yaml [new file with mode: 0644]