Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously I would see the following build failure: $ cabal-3.0 build -w ghc-7.10.3 Resolving dependencies... Build profile: -w ghc-7.10.3 -O1 In order, the following will be built (use -v for more details): - pretty-simple-3.1.0.0 (lib:pretty-simple) (first run) Warning: pretty-simple.cabal: Ignoring unknown section type: custom-setup Configuring pretty-simple-3.1.0.0... setup: At least the following dependencies are missing: aeson -any, bytestring -any, optparse-applicative -any haskell/cabal#3881 seems related but I don't fully understand the issue.
- Loading branch information