Skip to content

cabal configure with build-type: Configure should append rather than prepend --configure-options to the ./configure script #2801

Open
@Rufflewind

Description

@Rufflewind

cabal configure with build-type: Configure should append rather than prepend the --configure-options to the ./configure script. As it is, there's no way to override the flags that Cabal supplies on its own, such as --with-gcc. Current behavior:

./configure [configure-options] --with-compiler=… --prefix=… --with-gcc=…

Preferred behavior:

./configure --with-compiler=… --prefix=… --with-gcc=… [configure-options]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions