Closed Mikolaj closed 1 year ago
Actually, I was wrong, it doesn't compile, but I don't understand the error:
src/Data/Strict/Vector/Internal.hs:49:11: error:
Variable not in scope: genericPutVector :: S.Vector a -> Put
|
49 | put = genericPutVector
| ^^^^^^^^^^^^^^^^
src/Data/Strict/Vector/Internal.hs:50:11: error:
Variable not in scope: genericGetVector :: Get (S.Vector a)
|
50 | get = genericGetVector
| ^^^^^^^^^^^^^^^^
Error: cabal: Failed to build strict-containers-0.1 (which is required by
bench:realisticMnistBench from horde-ad-0.1.0.0). See the build log above for
details.
However, with --constraint "vector < 0.13" --allow-newer
it compiles fine.
A friendly ping?
@infinity0: thank you!
Adding
--allow-newer=strict-containers:hashable
makes it compile. Without it, I'm getting