X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Flib%2Fprelude%2FConcurrent_mc.hi;h=e1c7596ad36ed073d1a5029b53a701ab01faa17d;hb=68a1f0233996ed79824d11d946e9801473f6946c;hp=5d9a33741a31b1411cf1d66cd088b09017ecd5f1;hpb=10521d8418fd3a1cf32882718b5bd28992db36fd;p=ghc-hetmet.git diff --git a/ghc/lib/prelude/Concurrent_mc.hi b/ghc/lib/prelude/Concurrent_mc.hi index 5d9a337..e1c7596 100644 --- a/ghc/lib/prelude/Concurrent_mc.hi +++ b/ghc/lib/prelude/Concurrent_mc.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)