-
Notifications
You must be signed in to change notification settings - Fork 11
Description
i add webdriver-w3c in my .cabal
after i run nix develop -c cabal repl and get
error: Package ‘script-monad-0.0.4’ in /nix/store/7vdxbra0kwbr0ys0kc5ahbn248mq0pql-source/pkgs/development/haskell-modules/hackage-packages.nix:265455 is marked as broken, refusing to evaluate.
I try with allow broken and get
error: builder for '/nix/store/gl0s1rmqrgrfa1pzva00a4yg46hqaw60-script-monad-0.0.4.drv' failed with exit code 1;
last 10 log lines:
> +++ OK, passed 200 tests.
> getLines / hasFile: OK
> +++ OK, passed 200 tests.
> readLine / writeLines: OK
> +++ OK, passed 200 tests.
>
> 8 out of 3633 tests failed (1.13s)
> Test suite script-monad-test: FAIL
> Test suite logged to: dist/test/script-monad-0.0.4-script-monad-test.log
> 0 of 1 test suites (0 of 1 test cases) passed.
For full logs, run 'nix log /nix/store/gl0s1rmqrgrfa1pzva00a4yg46hqaw60-script-monad-0.0.4.drv'.
error: 1 dependencies of derivation '/nix/store/9rwwrbnq04d31lmivl07brysgagjdjdf-ghc-9.6.5-with-packages.drv' failed to build
error: 1 dependencies of derivation '/nix/store/y686dg9hnmgh2402z3jvj40cqw2zkwpd-ghc-shell-for-checker-0.1.0.0-0-env.drv' failed to build
and full log attached