haskell / haskell/cabal

Add support for `configure-options` to `program-defaults-options`-section

Open
#2,122 2 comments 0 reactions 0 assignees View on GitHub
cabal-install: other old-milestone: cabal-install 2.0 type: enhancement
Dominant language
Haskell
Stars
1.7k
Forks
750
Avg merge
4d 3h
Merged PRs (30d)
28

Description

Currently, the cabal `config` file does not allow to persist settings such as

```
--configure-option=--build=x86_64-w64-mingw32
```

which are essential when using a cygwin environment with a mingw crosscompiler (as otherwise `config.guess` would report an inappropriate platform tuple)

(see also https://github.com/haskell/cabal/issues/1950#issuecomment-56495108 )

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.