Cabal not installing dependencies when needing profiling libraries?

后端 未结 5 656
暖寄归人
暖寄归人 2020-11-28 06:02

I want to compile my program with profiling, so I run:

$ cabal configure --enable-executable-profiling
...
$ cabal build
...
    Could not find module \'Grap         


        
5条回答
  •  不知归路
    2020-11-28 06:21

    it appears there is no way right now: Ticket #282 - profiling versions of libraries not managed well "As usual the problem is lack of devevloper time to implement all these nice features we all want."

提交回复
热议问题