haskell / haskell/cabal

new-build doesn't respect `verbose:` setting in `~/.cabal/config`

Open
#5,956 10 comments 0 reactions 1 assignee Claimed by @bacchanalia View on GitHub
attention: needs-help attention: pr-welcome type: bug
Dominant language
Haskell
Stars
1.7k
Forks
750
Avg merge
4d 3h
Merged PRs (30d)
28

Description

```
% grep verbose ~/.cabal/config
verbose: verbose +nowrap

% cabal new-build
Build profile: -w ghc-8.4.4 -O1
In order, the following will be built (use -v for more details):
- haskell-ci-0.3.20190320 (lib:haskell-ci-internal) (first run)
- haskell-ci-0.3.20190320 (exe:haskell-ci) (first run)
Preprocessing library 'haskell-ci-internal' for haskell-ci-0.3.20190320..
Building library 'haskell-ci-internal' for haskell-ci-0.3.20190320..
[34 of 34] Compiling HaskellCI ( src/HaskellCI.hs, /home/ogre/Documents/shared-haskell/haskell-ci/dist-newstyle/build/x86_64-linux/ghc-8.4.4/haskell-ci-0.3.20190320/l/haskell-ci-internal/build/haskell-ci-internal/HaskellCI.o )
^C

% cabal new-build -vverbose+nowrap
this build was affected by the following (project) config files:
- /home/ogre/Documents/shared-haskell/haskell-ci/cabal.project
Build profile: -w ghc-8.4.4 -O1
In order, the following will be built:
- haskell-ci-0.3.20190320 (lib:haskell-ci-internal) (first run)
- haskell-ci-0.3.20190320 (exe:haskell-ci) (first run)
creating /home/ogre/Documents/shared-haskell/haskell-ci/dist-newstyle/build

````

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.