X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Flib%2Fprelude%2FConcurrent_t.hi;h=e41d76397a5f63cf44fba633cd52cf10082e6943;hb=68a1f0233996ed79824d11d946e9801473f6946c;hp=04dc12fba66b82904a5e28c9d8b52657c675717f;hpb=10521d8418fd3a1cf32882718b5bd28992db36fd;p=ghc-hetmet.git diff --git a/ghc/lib/prelude/Concurrent_t.hi b/ghc/lib/prelude/Concurrent_t.hi index 04dc12f..e41d763 100644 --- a/ghc/lib/prelude/Concurrent_t.hi +++ b/ghc/lib/prelude/Concurrent_t.hi @@ -1,4 +1,4 @@ -{-# GHC_PRAGMA INTERFACE VERSION 5 #-} +{-# GHC_PRAGMA INTERFACE VERSION 6 #-} interface Concurrent where import Channel(Chan(..), dupChan, getChan, getChanContents, newChan, putChan, putList2Chan, unGetChan) import ChannelVar(CVar(..), getCVar, newCVar, putCVar)