22 Jul
2010
22 Jul
'10
12:32 p.m.
1 patch for repository http://darcs.haskell.org/packages/deepseq: Thu Jul 22 07:29:51 EEST 2010 Sergei Trofimovich <slyfox@community.haskell.org> * Lower depends down to match ghc-6.8 tested on ghc-6.8.2: Prelude Control.DeepSeq> let a = [1..] Prelude Control.DeepSeq> a `deepseq` 1 <hung> Prelude Control.DeepSeq> let a = [1..100] Prelude Control.DeepSeq> a `deepseq` 1 1