macos11-haskell-workaround:使Haskell再次在macOS上运行!

时间:2024-06-17 19:00:15
【文件属性】:

文件名称:macos11-haskell-workaround:使Haskell再次在macOS上运行!

文件大小:3KB

文件格式:ZIP

更新时间:2024-06-17 19:00:15

C

MacOS 11 Haskell解决方法 解决macOS 11“ Big Sur”上较旧的GHC(<= 8.10.3)中的错误(错误#18446)。 详情请访问: : 此解决方法应允许在macOS 11中使用受影响的GHC版本。 建造: clang -target x86_64-darwin -dynamiclib macos11ghcwa.c -o macos11ghcwa.dylib 用: DYLD_INSERT_LIBRARIES=/macos11ghcwa.dylib stack args 要测试可以使用(有和没有修复): stack exec -- runghc --ghc-arg="-framework OpenGL" Test.hs DYLD_INSERT_LIBRARIES=`pwd`/macos11ghcwa.dylib stack ex


【文件预览】:
macos11-haskell-workaround-main
----.clang-format(520B)
----.gitignore(8B)
----Test.hs(41B)
----macos11ghcwa.c(5KB)
----README.md(637B)

网友评论