
9 Sep
2014
9 Sep
'14
9:09 a.m.
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