Move extra the build logic into cabal setup
Closed this issue · 1 comments
ekmett commented
It'd be much nicer to not have to use make
. One option is to use the autoconf hooks in cabal. Another is to just write it all directly in Setup.lhs
. This would have the benefit of simplifying/allowing windows builds with a shared code-base.
ekmett commented
More or less resolved. The install
hook is a bit wonky because haskell/cabal#1805 so I'm currently doing it on copy
, which is wrong.