
22 Jun
2013
22 Jun
'13
10:21 a.m.
Distribution.Simple.Setup.HaddockFlags(haddockProgramArgs) is a [(String, [String])]. What does it mean? I've got a package with a largish file which makes haddock blow it's stack, so it needs ghc rts options. I can do this on the command line with +RTS -K32M -RTS. Can I bake it into my package somehow? I'm trying messing with the haddock flags in the haddockHook in the package description, but I'm not getting the result I want. Thanks, Ben Scarlet