ttuegel / alsa-mixer

Haskell bindings to the ALSA mixer API
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

Add +cross flag to .cabal file #8

Closed vmchale closed 5 years ago

vmchale commented 5 years ago

This adds a cross flag so that cabal doesn't try to build c2hs (and thus doesn't try to build happy) when cross-compiling. This simplifies cross-compilation of xmonad-volume, among other things.