-
Notifications
You must be signed in to change notification settings - Fork 724
Closed
Labels
attention: pr-welcomecabal-install: v2-build systemAffecting v2-build and related commands that use v2-architecture (aka "nix local builds").Affecting v2-build and related commands that use v2-architecture (aka "nix local builds").re: project-fileConcerning cabal.project filesConcerning cabal.project filestype: enhancement
Description
I'm working on a project and I want to turn on -Werror. OK, I'll add ghc-options: -Werror to my cabal.project. BUT WAIT, this turns on -Werror for all my dependencies too. Well, the package I'm building is called Cabal, so I'll put it in a package section package Cabal.
BUT WAIT: setup dependencies caused an older version of Cabal to be built, which also got -Werror applied. Disaster!
All I want is a section that lets me finger the packages that are going to be built inplace.
phadej, chshersh, orionsread, ilkecan and goldfirere
Metadata
Metadata
Assignees
Labels
attention: pr-welcomecabal-install: v2-build systemAffecting v2-build and related commands that use v2-architecture (aka "nix local builds").Affecting v2-build and related commands that use v2-architecture (aka "nix local builds").re: project-fileConcerning cabal.project filesConcerning cabal.project filestype: enhancement