Hello all How do I mark a Cabal package as containing a BSD3 library and an LGPL executable? I'm using CppHs (LGPL) from the exe but have no dependencies on it in the library; as the library might be independently useful I want it to be BSD3. As a caveat - I don't want two packages... Thanks Stephen