Tests don't build with current stackage nightly.
[6 of 7] Compiling RecursiveTest
/home/andreas/stackage/stackage/tmp.2aEI/generic-arbitrary-1.0.1.1/test/RecursiveTest.hs:11:42: warning: [GHC-61689] [-Wdodgy-imports]
Module ‘Control.DeepSeq’ does not export ‘Unit’.
|
11 | import Control.DeepSeq hiding (Unit)
| ^^^^
Progress 19/20
Error: [S-7282]
Stack failed to execute the build plan.
While executing the build plan, Stack encountered the error:
[S-7011]
While building package generic-arbitrary-1.0.1.1 (scroll up to its section to see the error) using:
/home/andreas/.stack/setup-exe-cache/x86_64-linux/Cabal-simple_w2MFVN35_3.12.0.0_ghc-9.10.1 --verbose=1 --builddir=.stack-work/dist/x86_64-linux/ghc-9.10.1 build lib:generic-arbitrary test:test --ghc-options " -fdiagnostics-color=always"
Process exited with code: ExitFailure 1
Similar to #18
Tests don't build with current stackage nightly.
generic-arbitrary/test/RecursiveTest.hs
Line 11 in a762f86