haskell / vector

An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework .
Other
360 stars 141 forks source link

Attempt to run doctests with GHC that were disabled #478

Closed Shimuuar closed 8 months ago

Shimuuar commented 8 months ago

If 624c0ab61b3b69e83c1bc9e58c0003a3e886aea5 did fix doctest with old GHCs we can remove conditionals.

Shimuuar commented 8 months ago

And it blew up on macos. (Linker errors when running doctests)