Re: mutex-flags

2017-07-19 Thread Oleg Grenrus
;0" constraint. - Oleg [1]: https://github.com/haskell/cabal/issues/3526 On 19.07.2017 04:50, Lee John wrote: > I think the mutex flags might be needed. For example, if my program use > accelerate and I want my program can use both of cuda, llvm, (etc) as the > back

mutex-flags

2017-07-18 Thread Lee John
I think the mutex flags might be needed. For example, if my program use accelerate and I want my program can use both of cuda, llvm, (etc) as the backend for accelerating, I need to write a lot of if-statements in cabal file to control that there will be only one backend to be used. So I think