gpt4 book ai didi

haskell - 将 ghc-options 传递给 Stack 脚本解释器

转载 作者:行者123 更新时间:2023-12-02 12:53:21 26 4
gpt4 key购买 nike

我正在使用堆栈解释器功能并拥有如下代码:

#!/usr/bin/env stack 
-- stack script --resolver lts-12.7 --package yesod

main = print "hello"

我想将 ghc-options 选项传递给堆栈解释器。这可能吗?

最佳答案

最新版本的 Stack 直接支持 ghc-options:

#!/usr/bin/env stack 
-- stack script --resolver lts-12.7 --package yesod --ghc-options -Wall

main = print "hello"

执行时:

$ stack jest.hs

/home/sibi/github/subsite/jest.hs:4:1: warning: [-Wmissing-signatures]
Top-level binding with no type signature: main :: IO ()
|
4 | main = print "hello"
| ^^^^
"hello"

关于haskell - 将 ghc-options 传递给 Stack 脚本解释器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52025471/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com