We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
serialise
versus
Cabal 2.0 introduced internal libraries which are specified by library fields accompanied by a name. The benchmark errors when it sees such a name:
library
cborg/serialise/bench/versus/Macro/Load.hs
Line 2179 in c31a1c0
The following is the log of the failure from cabal bench:
cabal bench
Running 1 benchmarks... Benchmark versus: RUNNING... INFO: Copying hackage index... OK (in 0.093949s) INFO: Creating bench/data/binary.bin... versus: stooq-api/0.3.1.0/stooq-api.cabal: FromString "'library' expects no argument" (Just 24) CallStack (from HasCallStack): error, called at bench/versus/Macro/Load.hs:56:44 in main:Macro.Load Benchmark versus: ERROR cabal: Benchmarks failed for bench:versus from serialise-0.2.5.0.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Cabal 2.0 introduced internal libraries which are specified by
library
fields accompanied by a name. The benchmark errors when it sees such a name:cborg/serialise/bench/versus/Macro/Load.hs
Line 2179 in c31a1c0
The following is the log of the failure from
cabal bench
:The text was updated successfully, but these errors were encountered: