sw17ch / data-clist

A purely functional ring data structure for Haskell.
Other
8 stars 9 forks source link

Over-strict deepseq bound #8

Closed shlevy closed 9 years ago

shlevy commented 9 years ago

data-clist compiles fine with deepseq 1.4.1.1 when the cabal bound is removed.

jeremyjh commented 9 years ago

Thanks for letting me know. I've pushed 0.0.7.4 to hackage with the upper bounds bumped.

shlevy commented 9 years ago

Thanks!