haskell-unordered-containers / hashable

A class for types that can be converted to a hash value
BSD 3-Clause "New" or "Revised" License
102 stars 85 forks source link

Compiler error from ghc-7.11.20150118 #92

Closed peti closed 9 years ago

peti commented 9 years ago

Citing from http://hydra.cryp.to/build/723359/nixlog/1/raw:

Data/Hashable/Class.hs:458:40: Not in scope: ‘typeRepFingerprint’

peti commented 9 years ago

Hmm, the issue is gone with ghc-7.11.20150402. Sorry for the noise.