luqui / data-memocombinators

Pure memoization combinators for Haskell
37 stars 7 forks source link

Trivial ghc-7.6 update #5

Closed michaelt closed 12 years ago

michaelt commented 12 years ago

This and the data-inttrie patch take account of the weaker Bits class in more recent base. The errors in data-intrie mostly come from numeric literals so they could be handled in other ways e.g. by wrapping the literals in 'bit 0', 'bit 1' etc. http://stackoverflow.com/questions/12560619/bits-is-not-derived-from-num

luqui commented 12 years ago

Already merged from another request. Thanks though!