You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was checking this on two other machines (all x86_64) and the behaviour seems to depend on libgmp version. It works fine with libgmp.so.3.5.2 (debian 6), libgmp.so.10.1.1 (fedora 19),
but breaks (as reported above) with libgmp.so.10.1.2 (fedora 20). All of this with ghc-7.6.3 compiled from source.
with ghc-7.6.3, bitset-1.4.7 (current from hackage), on x86_64 fedora, in ghci I get this:
it seems to work ok with Data.BitSet.Generic; so it would depend on a difference between Integer and FasterInteger?
The text was updated successfully, but these errors were encountered: