Currently using cabal version 3.10.2.1 and I cannot build the benchmarks.
$ cabal build
Error: cabal: No targets given and there is no package in the current
directory. Use the target 'all' for all packages in the project or specify
packages or components by name or location. See 'cabal build --help' for more
details on target options.
When using the v1 command
$ cabal v1-configure
Resolving dependencies...
Warning: solver failed to find a solution:
Could not resolve dependencies:
[__0] trying: bytestring-lexing-bench-0.11.0.1 (user goal)
[__1] unknown package: scientific (dependency of bytestring-lexing-bench)
[__1] fail (backjumping, conflict set: bytestring-lexing-bench, scientific)
After searching the rest of the dependency tree exhaustively, these were the
goals I've had most trouble fulfilling: bytestring-lexing-bench, scientific
Trying configure anyway.
Configuring bytestring-lexing-bench-0.11.0.1...
Error: cabal: Encountered missing or private dependencies:
QuickCheck >=2.4.1,
attoparsec >=0.13.0.0,
bytestring-lexing >=0.5.0,
bytestring-read >=0.3.0,
criterion >=0.5.0,
scientific >=0.3.3.8
Currently using cabal version 3.10.2.1 and I cannot build the benchmarks.
When using the v1 command