wrengr / bytestring-lexing

Efficiently parse and produce common lexemes: namely integral and fractional numbers.
Other
6 stars 4 forks source link

cannot run benchmarks #59

Open BebeSparkelSparkel opened 9 months ago

BebeSparkelSparkel commented 9 months ago

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
wrengr commented 9 months ago

I'll see about updating them so they compile again