forked from ulidtko/cabal-doctest
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
At least one build system [Haskell.nix](https://github.com/input-output-hk/haskell.nix) builds Haskell projects a component at a time. This breaks cabal-doctest's expected usage of getting configuration from the Cabal components for libraries and executables under test. By recording flags for the test component, we introduce another possible usage where all information we need comes from the test component alone. See issue ulidtko#57 for more discussion and details.
- Loading branch information
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters