[Haskell-cafe] Specifying build flags in cabal depencies

Pedro Vasconcelos pbv at dcc.fc.up.pt
Tue Sep 9 09:09:05 UTC 2014


Hello,

I've run across an annoyance with a Haskell project of mine that
requires Snap built with SSL: I couldn't find a way to specify the flag
"-fopensll" to pass when building the snap-server package. This means
that building on a new machine requires either manually installing
the right version of snap-server with -fopenssl or re-installing with
after the Cabal build.

Is there a better way to do this?

Thanks,

Pedro


More information about the Haskell-Cafe mailing list