我正在使用Stack解释器功能,代码如下:
#!/usr/bin/env stack
{- stack
--resolver lts-9.0
--install-ghc
runghc
--package yesod
--package yesod-core
-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE QuasiQuotes #-}
{-# LANGUAGE TemplateHaskell #-}
-- and the code goes on我希望将ddump-splices选项传递给堆栈解释器。有可能吗?
https://stackoverflow.com/questions/47702242
复制相似问题