Add missing qAddDependentFiles
This commit is contained in:
parent
c54dc05d92
commit
b962bf4af9
@ -57,6 +57,7 @@ import Data.Void
|
|||||||
import GHC.IO.Encoding
|
import GHC.IO.Encoding
|
||||||
import Haskus.Utils.Variant.Excepts
|
import Haskus.Utils.Variant.Excepts
|
||||||
import Language.Haskell.TH
|
import Language.Haskell.TH
|
||||||
|
import Language.Haskell.TH.Syntax ( Quasi(qAddDependentFile) )
|
||||||
import Options.Applicative hiding ( style )
|
import Options.Applicative hiding ( style )
|
||||||
import Options.Applicative.Help.Pretty ( text )
|
import Options.Applicative.Help.Pretty ( text )
|
||||||
import Prelude hiding ( appendFile )
|
import Prelude hiding ( appendFile )
|
||||||
@ -1405,6 +1406,7 @@ plan_json :: String
|
|||||||
plan_json = $( LitE . StringL <$>
|
plan_json = $( LitE . StringL <$>
|
||||||
runIO (handleIO (\_ -> pure "") $ do
|
runIO (handleIO (\_ -> pure "") $ do
|
||||||
fp <- findPlanJson (ProjectRelativeToDir ".")
|
fp <- findPlanJson (ProjectRelativeToDir ".")
|
||||||
|
qAddDependentFile fp
|
||||||
c <- B.readFile fp
|
c <- B.readFile fp
|
||||||
(Just res) <- pure $ decodeStrict' @Value c
|
(Just res) <- pure $ decodeStrict' @Value c
|
||||||
pure $ T.unpack $ decUTF8Safe' $ encodePretty res
|
pure $ T.unpack $ decUTF8Safe' $ encodePretty res
|
||||||
|
Loading…
Reference in New Issue
Block a user